Re: Quick question on awk usage



On Tue, Jun 27, 2006 at 11:08:29AM -0400, Bliss, Aaron wrote:
All set, figured it out

cat filename | awk '{ if ($14 == 528) print }'

You don't need to cat the filename first. Add the filename to the end
of the command - man awk for help.

.../Ed

--
Ed Wilts, RHCE
Mounds View, MN, USA
mailto:ewilts@xxxxxxxxxx
Member #1, Red Hat Community Ambassador Program

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list



Relevant Pages