An Introduction to Useful Bash Aliases and Functions

The more time you spend on the Linux command line, the more you will begin to realize that you tend to use the same commands, parameters, and sequences repeatedly. Luckily, bash allows you to create aliases and and bash functions to help reduce typing

Source: An Introduction to Useful Bash Aliases and Functions | DigitalOcean