summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/builtins/command5.0
blob: 050b44913f2d8e3f5c90d46622aeb1d01a9b174f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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