Re: Grep entire file system

  • From: Jared.Still@xxxxxxxxxxx
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Thu, 12 Aug 2004 14:51:26 -0700

oracle-l-bounce@xxxxxxxxxxxxx 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@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: