June 2006
Intermediate to advanced
64 pages
2h 42m
English
command
command [-pvV]name[arg…]
Without -v or -V, execute
name with given arguments. This command
bypasses any aliases or functions that may be defined for
name. When used with a special built-in,
prevents the built-in from exiting the script if it fails.
-pUse a predefined default search path, not the current value of PATH.
-vPrint a description of how the shell interprets name.
-VPrint a more verbose description of how the shell interprets name.
Create an alias for rm
that will get the system's version, and run it with the
-i option:
$ alias ′rm=command -p rm -i′Read now
Unlock full access