Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Questiuon about unix

RE: Questiuon about unix

From: Cary Millsap <cary.millsap_at_hotsos.com>
Date: Thu, 02 Oct 2003 05:59:42 -0800
Message-ID: <F001.005D1D06.20031002055942@fatcity.com>


Yep. Much better than mine.

Cary Millsap
Hotsos Enterprises, Ltd.
http://www.hotsos.com

Upcoming events:

- Performance Diagnosis 101: 10/28 Phoenix, 11/19 Sydney
- Hotsos Symposium 2004: March 7-10 Dallas
- Visit www.hotsos.com for schedule details...


-----Original Message-----
McBain, Neil SITI-ITDIEEE
Sent: Thursday, October 02, 2003 8:40 AM To: Multiple recipients of list ORACLE-L

Roland,

grep '[^;];;[^;]*' filename

[^;] match any character except for ;
[^;]* match zero or many occurrences of any character except for ;

Cheers,
Neil.

-----Original Message-----
Sent: 02 October 2003 14:15
To: Multiple recipients of list ORACLE-L

Hallo everybody,

anyone whom can tell me what the command is to search for an empty field in a unix file.

for instance if you want to find the empty spacelines if some lines looklike:

1;100;Name;;
2;200;Test;45;
3;300;Name;;

I would like to find out line nr 1 and 3 here above. Anyone whom could suggest any good?

Maybe this sounds simple but I have tried with /;; and cant find it. If iI use that command then I will get lines with ;;;;;; and i just want lines with two ;;

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: McBain, Neil SITI-ITDIEEE
  INET: Neil.McBain_at_shell.com
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: Cary Millsap
  INET: cary.millsap_at_hotsos.com

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). Received on Thu Oct 02 2003 - 08:59:42 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US