Newer
Older
UbixOS / bin / sh / tests / builtins / command3.0
@Charlie Root Charlie Root on 16 Jan 2018 233 bytes BSD Shell
# $FreeBSD: releng/11.1/bin/sh/tests/builtins/command3.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

alias foo=bar
command -v foo