e) Shell Scripts

Ofter you will have commands that you repeat frequently.  You can save them in files so that you can re-run all those operations again later by typing a single command.  For historical reasons, a bunch of commands saved in a file is usually called a shell script.

http://swcarpentry.github.io/shell-novice/06-script/