Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Unix command
awk -F\; '{ if (length($3) > 15) { print } }' tstfil
-----Original Message-----
John, Tech Dev
Sent: Thursday, May 08, 2003 5:22 PM
To: ORACLE-L_at_fatcity.com
A simple way is as follows
cat z.txt |awk -F: 'length $3 > 14' and output to a file
Or do a search on google
HTH John
-----Original Message-----
Sent: 08 May 2003 09:57
To: Multiple recipients of list ORACLE-L
Hallo,
anyone whom couldh låp me with this unix command. I cant find it any where.
I want to find in a file all lines which consists of more than 15 characters in field 3 for instance,
like in those lines:
12;34444;45342345678908765432;45
34;34;123456789012345;13
If i runthe command, then I wouldlike to get the line
12;34444;45342345678908765432;45
as a result.
Thanks in advance
Roland
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author:
INET: roland.skoldblom_at_ica.se
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Hallas, John, Tech Dev
INET: John.Hallas_at_gb.vodafone.co.uk
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author:
INET: manoj.gurnani_at_polaris.co.in
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).