Bash Aliases
January 12th, 2007 | Linux, Ubuntu | No commentsAlias is a command that enables a replacement of a word with another string. It’s mainly used for abbreviating a system command, or for adding default arguments to a command which one regularly uses.
Under Ubuntu your bash alias is under your directory. To view your current collection of aliases all you need to do is [...]