February 2020
Intermediate to advanced
800 pages
18h 33m
English
In this chapter, you will learn about
• Understanding shell script components
• Using control operators
• Processing text streams
This chapter covers how to create and control basic shell scripts on a Linux system. Shell scripts are text files that contain a variety of commands that can be used to automate tasks and process information.
A script is a series of commands that are interpreted and executed by a shell.
The first ...
Read now
Unlock full access