Looping forever is easy if you know what commands you want to run repeatedly and the conditions under which you want them to stop running. There are several ways to loop “forever” on Linux commands.
In our first tutorial on command line wizardry, we covered simple redirection and the basics of sed, awk, and grep. Today, we’re going to introduce the concepts of simple variable substitution and ...