While loop in shell scripts
Last Blog Review → In the last blog we understood, few examples of shell script where for loop is used. Why while loops are required ? Used when we have to execute a cmd or a set of cmds multiple times but you are not sure how many times, execute ...
Jun 7, 20252 min read4
