alias
0%

Command Line · Lesson 18

alias

Learn how to create, inspect, persist, bypass, and remove command aliases in Bash.

An alias tells an interactive shell to replace one command word with another string before executing the line. This can shorten a frequent command or provide a preferred set of options.