Using alias allows executing commands like going to a directory quickly:
alias name=/path/of/directory
By calling name
one can then call the specific directory.
Using alias allows executing commands like going to a directory quickly:
alias name=/path/of/directory
By calling name
one can then call the specific directory.