Course Description
In this course, you'll discover various ways of filtering command line data. Common shell script constructs such as if statements and loops will also be explored.
Learning Objectives
Advanced Unix Commands
- start the course
- recognize regex syntax for searching and filtering
- recognize which Unix commands are used for filtering and formatting
- filter data using grep
- filter data using awk
- run Unix commands in the background
Unix Shell Scripts
- specify how shell scripts are created and how they execute
- recognize variable scopes and how they are used
- use if statements to control script flow
- use loops to iterate through a set of commands
- configure and execute a shell script
Practice: Filtering and Automation
- filter data and create shell scripts