Using Aliases- Configuring an Efficient Environment
An alias is a simple mechanism for creating a short piece of text that will execute other shell commands. Here is the general syntax: $ alias <alias_name>='<shell command>’ For instance, when faced with database problems, it’s often useful to create an alias that runs a cd command that places you in the directory containing the […]