alias
alias is a built-in Linux command that defines shortcuts to longer (sets of) commands. The alias name is in fact a link to another command or command sequence. The Bash shell system wide aliases are set in /etc/bashrc, while users can define their own in ~/.bashrc. $ cat ~/.bashrc # .bashrc # Source global definitions […]
