[102368] in RedHat Linux List
RE: parsing text files
daemon@ATHENA.MIT.EDU (Ed Lazor)
Wed Dec 2 16:34:25 1998
From: "Ed Lazor" <elazor@hcs.state.or.us>
To: <redhat-list@redhat.com>
Date: Wed, 2 Dec 1998 13:32:01 -0800
In-Reply-To: <199812022051.OAA27840@ftms.ftms.com>
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
Just thought you guys might like to know the solution I came
up with. I just piped the output to
nawk '{print $1}'
and that command filtered out the 1st column. Replace $1 with $2 to get
the 2nd column and so on.
-Ed
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com http://archive.redhat.com
To unsubscribe: mail redhat-list-request@redhat.com with
"unsubscribe" as the Subject.