What's the best way of adding to a bash array when the operation takes place inside a for loop? Process Substitution? My bash isn't that advanced!
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 ...