Login
From:
Shell Tips!
(Uncensored)
subscribe
What is the Right Way to do Bash Loops?
https://www.shell-tips.com/bash/loops/
links
backlinks
Roast topics
Find topics
Find it!
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.