Description
Displays and sets command aliases in Linux/Unix systems. Alias by itself will give a summary of current aliases.
Syntax
alias name=cmd
Example
alias dir='ls -CF'
Programming Tutorials & Tech
Displays and sets command aliases in Linux/Unix systems. Alias by itself will give a summary of current aliases.
alias name=cmd
alias dir='ls -CF'