]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/builtins/command5.0
shell_cmds-198.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / command5.0
CommitLineData
71aad674
A
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