- Module 1: Learn how to use Bash to manage IT infrastructure.
- Learn what shells are and what Bash is.
- Learn about the syntax of Bash commands.
- Learn about important Bash commands, such as ls, cat, and ps.
- Learn how to use I/O operators to redirect input and output.
- Learn how to update a server's operating system.
- Learn how to find and terminate rogue processes.
- Learn how to use Bash to filter Azure CLI output.
- Module 2: Have you ever needed to transform data from one format to another? Transforming data is a common task for developers. Whether you're trying to extract some information from some logs or incoming streams, you'll often need to deal with raw data and transform it before it's usable. In this module, you'll learn how to wrangle (transform) data by using the UNIX shell. You'll be introduced to some commonly used tools and to the basics of regular expressions.
- Do basic file inspection with commands such as head, tail, wc, less, and sort.
- Use cat to create, append, display, and concatenate files.
- Write and use regex (regular expressions) for text pattern matching.
- Use grep to search files or stdin for pattern matching along with regex.
- Do basic text transformations on input streams by using sed and regex.
- Use pipes and filters for data wrangling.
In this module, you will:
In this module, you'll learn how to: