Re: Quick question on awk usage
- From: Ed Wilts <ewilts@xxxxxxxxxx>
- Date: Tue, 27 Jun 2006 11:51:35 -0500
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
- References:
- RE: Quick question on awk usage
- From: Bliss, Aaron
- RE: Quick question on awk usage
- Prev by Date: How to Check if my kernel is "Update 2" update
- Next by Date: Re: How to Check if my kernel is "Update 2" update
- Previous by thread: RE: Quick question on awk usage
- Next by thread: How to Check if my kernel is "Update 2" update
- Index(es):
Relevant Pages
|