Tag: Aliases

Create and Manage Bash Aliases in Linux

Introduction Bash aliases are basically a way for you to run one command as another. For example, aliases are super convenient for creating shorthand commands for longer commands like I have listed in [My Bash Aliases](#my-bash-aliases). Follow the steps in this article to learn how to create all...