Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Off topic unix cmd
find <yr_dir> -type f| xargs gep -il <yr_pattern>
or
find <yr_dir> -type f -exec grep -il <yr_pattern> {} \;
carefully mind the syntax. have fun ... or success. #kr
>>> manoj.gurnani_at_polaris.co.in 05/08/03 08:25 AM >>>
Hi All,
I want to find all the crontab files which may or maynot be
created by me and
which contain a specific pattern like 'job.out' present in curr dir
or all directories.
Thanks
Manoj
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Markus Reger INET: reger_at_mdw.ac.at 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 May 08 2003 - 02:41:43 CDT