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