Posted by robin on Aug 29 2011 in Perl, Software Development
I was filtering some output in the shell today, and I reached for my trusty awk '{ print $1 }' to get the first part of a line separated by whitespace.
Then I started to think; why am I using awk for this when I know so much perl, and perl is… more »