Newer
Older
ubixos / bin / sh / tests / builtins / command5.0
@Charlie Root Charlie Root on 16 Jan 2018 246 bytes BSD Shell
# $FreeBSD: releng/11.1/bin/sh/tests/builtins/command5.0 211399 2010-08-16 17:18:08Z jilles $
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