Create Shell Scripts with Loops

# Introduction In this challenge, you will learn how to create a simple shell script that uses looping constructs (such as `for` and `while`) to process file or command-line input. Shell scripting is a powerful tool for automating repetitive tasks and streamlining your workflow. By completing this challenge, you will gain hands-on experience in developing shell scripts that can handle dynamic input and perform various operations.

|60 : 00

Click the virtual machine below to start practicing