Bash Alias: How It Works and Why You Need One

The bash shell incorporates some of the best features of the C and Korn shells, such as job control, directory manipulation, and aliases.  Aliases are very helpful to users who often type long commands or search their bash histories for a command they typed earlier.  A bash alias is a shortcut mapped to a command … Continue reading Bash Alias: How It Works and Why You Need One