xref: /freebsd/bin/sh/tests/builtins/command5.0 (revision 7a0c41d5d7d4e9770ef6f5d56f893efc8f18ab7c)
1# $FreeBSD$
2command -V ls
3command -V true
4command -V /bin/ls
5
6fun() {
7	:
8}
9command -V fun
10command -V break
11command -V if
12command -V {
13
14alias foo=bar
15command -V foo
16