How to decide the Usage of for loop and while loop in Shell Scripting
In this article, we will see how to decide the usage of for and while loop in Shell scripting. It was not very long ago when I started working on some shell scripts to automate some of my manual tasks where I had to regularly use for and while loop to run through series of ... Read more