June 2006
Intermediate to advanced
64 pages
2h 42m
English
alias
alias [options] [name[=’cmd’]]
Assign a shorthand name as a synonym for
cmd. If =’cmd’ is omitted, print the alias for
name; if name is also
omitted, print all aliases. If the alias value contains a trailing
space, the next word on the command line also becomes a candidate
for alias expansion. See also unalias.
-pPrint the word alias before each alias.
alias dir=′echo ${PWD##*/}′Read now
Unlock full access