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: Help with Unix find command

RE: Help with Unix find command

From: Stephen Lee <Stephen.Lee_at_DTAG.Com>
Date: Thu, 10 Apr 2003 09:08:54 -0800
Message-ID: <F001.0057EE44.20030410090854@fatcity.com>

Mebbe something like:

find . \( -name $ORACLE_SID'_exp_full*.log' -a -mtime +1 \) -exec ls {} \;

Note the use of single quotes and back-slashed parenthesis.
--

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

Author: Stephen Lee
  INET: Stephen.Lee_at_DTAG.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 Apr 10 2003 - 12:08:54 CDT

Original text of this message

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