Overview/Description
Learn shell scripts for Unix systems and discover various ways of filtering command line data. The Unix shell acts as a command line interpreter and typically controls operations such as file manipulation, program execution, and printing. During this course, you will learn to configure and execute a shell script and run Unix commands as background processes. Next, explore common shell script constructs, such as variables, conditional execution, and loops, to iterate through command sets. Examine various ways to filter and format commands and command line data. Finally, run regular expressions (regex) to search and filter data via grep and Awk commands.
Target Audience
Technicians who want to get a thorough grounding of Unix principles through hands-on examples