Bash Alias with Argument
Alias is a very useful feature of shell (e.g. bash). For example, I have this
line in my .bashrc
:
alias ll="ls -alF | more"
Alias is a very useful feature of shell (e.g. bash). For example, I have this
line in my .bashrc
:
alias ll="ls -alF | more"