Hi,
      You can use the grep command in the following manner:
 
         grep -v try filename
 
    The option -v negates the search pattern, meaning rows which do not have a try string in them.
    The string can be enclosed in double quotes as well, this is useful if you are searching for multiple patterns...
 
 Hope this will help.
 
 Regards
 kesh
    
-----Original Message-----
From: Gene Sais [mailto:[EMAIL PROTECTED]
Sent: Monday, December 22, 2003 6:39 PM
To: Multiple recipients of list ORACLE-L
Subject: Re: Unix question

grep command will help you or you could venture to the sed command.  grep is probably the most used unix command.  To learn more, man grep


>>> [EMAIL PROTECTED] 12/22/03 07:54AM >>>
Hallo all of you,

Is there anyone whom could help me with the unix command how to find all rows , that doesnt exists "try" in a file.

I mean how to find all rows which doesnt have the characters try in.

Maybe this is too simple, but would appreciate anyone whom could give me some quick help.

Thanks in advance

Roland






--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author:
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).
This e-mail and any files transmitted with it are for the sole use of the intended 
recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message. 
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or 
copying of this email or any action taken in reliance on this e-mail is strictly 
prohibited and may be unlawful.

                Visit us at http://www.cognizant.com

Reply via email to