aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/bin/sh/builtins/command5.0
blob: 5a5c45e073b70b6b6c40815d00d8d6db36f5c4ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD: src/tools/regression/bin/sh/builtins/command5.0,v 1.1.10.2.2.1 2010/12/21 17:09:25 kensmith Exp $
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