Constructing Simple Aliases
Examine the following aliases:
alias rm rm -i
Full pathnames are preferred:
alias cp /bin/cp -I
Enclose complex commands in “quotes”
alias ls "pwd; /bin/ls -sFC"
Command
Alias name
Command line
Previous slide
Next slide
Back to first slide
View graphic version