Linux Mint Shell Scripting Primer : Part IV

[ This is a five part series that covers the very basics of Linux shell scripting. For the very beginning, start from Part I here.] In the previous part, we had seen how to use system as well as user defined variables in shell scripts. This part will cover something really really cool and useful by discussing loops.You will see how useful they can be when used. Loops do what they mean. Check for some...