summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/builtins/command6.0
blob: 2ba836e58a2108b3731dee5b7929395e7da073b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$
PATH=/var/empty
command -pV ls
command -pV true
command -pV /bin/ls

fun() {
}
command -pV fun
command -pV break
command -pV if
command -pV {

alias foo=bar
command -pV foo
OpenPOWER on IntegriCloud