summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/command5.0
blob: 13b3fe1fe3f443dfd907c6dba0c39ae2aec8b5dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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
OpenPOWER on IntegriCloud