Chapter 2: Aliases
Aliases
Aliases allow you to run commands by typing a different string. eg:
..=cd ../
..
will then execute
cd ../
(
Note:
Define Aliases in BashStyle-NG without ' or " characters.)