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: Grep entire file system

Re: Grep entire file system

From: <Jared.Still_at_radisys.com>
Date: Thu, 12 Aug 2004 14:51:26 -0700
Message-ID: <OF287CE7E6.2D42FF6D-ON88256EEE.007803C5-88256EEE.0078130A@radisys.com>


oracle-l-bounce_at_freelists.org wrote on 08/12/2004 02:38:51 PM:
> > find . -type f -print | xargs grep sqlplus
>
> just plain grep will do, use the '-R' flag
>
> $ grep -R sqlplus /
>

kudos!

even better than xargs

jared



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Thu Aug 12 2004 - 16:47:58 CDT

Original text of this message

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