Using While Loop in Bash

# Introduction This Bash challenge aims to test your knowledge of using the **while** loop in Bash scripting. The **while** loop is a control flow statement that allows you to execute a block of code repeatedly as long as a certain condition is true.

|60 : 00

Click the virtual machine below to start practicing