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