Create Shell Scripts to Process Command Output

# Introduction In this challenge, you will learn how to create a simple shell script that processes the output of shell commands. You will learn how to capture the output of commands, manipulate the data, and use the processed information within the script. This challenge will help you develop the skills required to automate tasks and create more complex shell scripts.

|60 : 00

Click the virtual machine below to start practicing