Chapter 13. Programming the Bourne Again Shell

IN THIS CHAPTER

Control Structures

Expanding Null or Unset Variables

String Pattern Matching

Filename Generation

Builtins

Functions

Chapter 12 explained more about the shells, particularly the Bourne Again Shell. This chapter introduces additional commands, builtins, and concepts that carry shell programming to a point where it can be useful. The first programming constructs covered are control structures, or control flow constructs. These structures allow you to write scripts that can loop over command line arguments, make decisions based on the value of a variable, set up menus, and more. The Bourne Again Shell uses the same constructs found in such high-level programming languages as C.

This chapter ...

Get A Practical Guide to Red Hat® Linux® 8 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.