Here's another one that we used recently...
awk -F\t '{ print $3,$7 }' /path/to/inputfile | sort > /path/to/outputfile
Extracts fields 3 and 7 from tab-delimited file, sorts, outputs to new
file.
- [EUG-LUG:362] Any have cool command line tricks? Rob Hudson
- [EUG-LUG:370] Re: Any have cool command line tr... Patrick R. Wade
- [EUG-LUG:372] debian and reiserfs Joseph Anthony Griffo
- [EUG-LUG:373] Re: debian and reiserfs Patrick R. Wade
- [EUG-LUG:421] Re: debian and reiserfs Bob Miller
- [EUG-LUG:400] Re: Any have cool command line tr... James S. Kaplan
- [EUG-LUG:420] Re: Any have cool command line tr... Bob Miller
- Rob Hudson
