Explaining For Loops Using Bash October 27, 2021 in Technology, Programming, Scripting, Tutorials Reading time: 9 minutes When you’re learning to code, loops are one of those things that tend to trip people up a few times before they get the hang of it. There are a few different types of loops, but today we’re going to focus on the “for” loop. Continue reading