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