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