]>
git.saurik.com Git - apple/shell_cmds.git/blobdiff - sh/tests/builtins/command3.0
--- /dev/null
+# $FreeBSD$
+command -v ls
+command -v true
+command -v /bin/ls
+
+fun() {
+ :
+}
+command -v fun
+command -v break
+command -v if
+
+alias foo=bar
+command -v foo