linux/alias

Command Aliases

Create command shortcuts

shell
productivity

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"