]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/regression/bin/sh/builtins/command5.0
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / tools / regression / bin / sh / builtins / command5.0
1 # $FreeBSD$
2 command -V ls
3 command -V true
4 command -V /bin/ls
5
6 fun() {
7 }
8 command -V fun
9 command -V break
10 command -V if
11 command -V {
12
13 alias foo=bar
14 command -V foo