Frans Pop <[EMAIL PROTECTED]> writes: > cat <filename> | awk '$0 ~ /^.*\t.*\t111.*/'
Gack! That's no better than the grep version! awk -F'\t' '($3 == 111)' < 1.txt -- Alan Shutko <[EMAIL PROTECTED]> - I am the rocks. Looking for a developer in St. Louis? http://web.springies.com/~ats/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]