Module: Shell Scripts

Learning Outcomes

How can I save and re-use commands?

To answer this question you will learn to:

  1. Write a shell script that runs a command or series of commands for a fixed set of files.

  2. Run a shell script from the command line.

  3. Write a shell script that operates on a set of files defined by the user on the command line.

  4. Create pipelines that include shell scripts you, and others, have written.

Readings

Experiential Learning