]>
git.saurik.com Git - apple/shell_cmds.git/blobdiff - sh/tests/builtins/command5.0
--- /dev/null
+# $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