Shell Scripting
Learning Objectives
By the end of this chapter, you will be able to:
- Use looping and conditional constructs in the shell
- Use shell functions
- Perform line-oriented processing using the shell language
- Write shell scripts
- Automate data processing tasks with scripts
This chapter explains advanced scripting features such as conditionals and loops, and also describes how to write shell scripts.