in reply to
How to capture a column from a set of lines
$ awk '{print $1 " " $5}' < foo | sort -k 2
Comment on
Re: How to capture a column from a set of lines
Download
Code
In Section
Seekers of Perl Wisdom