Try command-line looping for added efficiency

September 22, 2008

linux techmail shell

Last week’s TechMail was Try command-line looping for added efficiency which discusses using loops in the shell to iterate over a number of items while using particular commands (i.e. for loops in the shell). Extremely useful stuff if you’ve ever needed to repeat something without wanting to hit the up arrow to change one thing in the previous command.