| Current Path : /usr/tests/bin/sh/builtins/ |
| Current File : //usr/tests/bin/sh/builtins/command5.0 |
# $FreeBSD$
command -V ls
command -V true
command -V /bin/ls
fun() {
:
}
command -V fun
command -V break
command -V if
command -V {
alias foo=bar
command -V foo