In this article we discussed looping statements in Bash scripting, covering while, for, and until loops. It introduces the use of break and continue statements to modify loop behavior.
https://www.geeksforgeeks.org/linux-unix/looping-statements-shell-script/

