1 min read

Notes on basic bash scripting

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.