public marks

PUBLIC MARKS from orieg with tags bash & loops

11 July 2020 20:00

What Is The Right Way To Loop In Bash?

Looping over a list of numbers or words is a building block in shell scripts. Learn how to write Bash loops, including for loop, while loop, and until loop.