Shell scripting in macOS – Part 5: Loops

This article is a continuation of the previous article. We will be taking the previous script and using it to build on the concepts we will learning in this article. Loops Often times we will come across a situation where we want to perform a task repeatedly with different pieces of data. For example, here … Continue reading Shell scripting in macOS – Part 5: Loops