config root man

Current Path : /compat/linux/proc/self/root/usr/src/tools/regression/bin/sh/builtins/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //compat/linux/proc/self/root/usr/src/tools/regression/bin/sh/builtins/command6.0

# $FreeBSD: release/9.1.0/tools/regression/bin/sh/builtins/command6.0 218356 2011-02-05 23:00:24Z jilles $
PATH=/var/empty
case $(command -pV ls) in
*/var/empty/ls*)
	echo "Failed: \$(command -pV ls) should not match */var/empty/ls*" ;;
"ls is"*" "/*/ls) ;;
*)
	echo "Failed: \$(command -pV ls) match \"ls is\"*\" \"/*/ls" ;;
esac
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

Man Man