Command
alias
Explanation
alias is used to create the command shortcuts. It creates the command shortcuts.
Examples
Create alias for long listing
alias ll="ls -la"
alias
alias is used to create the command shortcuts. It creates the command shortcuts.
Create alias for long listing
alias ll="ls -la"