In this module you learned commands commonly used in shell scripts
- to find a file,
- determine file size, sort, and
- search file contents.
You also learned how to pause your script to display a message for several seconds,
tee
the output of a command to the screen and a
file, and how to clear the screen. You will be using many of these commands to complete the course project.
This module covered the following key terms and concepts:
- Options
- Regular expressions
- redirection
The next module shows how to spot some frequently found shell script errors and demonstrates techniques for ging your shell scripts.