perl Using perl instead of awk in my one-liner 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