Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Unix problem

Unix problem

From: Dash, Saroj (CAP,CEF) <Saroj.Dash_at_gecapital.com>
Date: Thu, 28 Dec 2000 17:38:09 +0900
Message-Id: <10724.125380@fatcity.com>


Hello Dbas,

 Regarding unix I want to delete two days old files from a directory.  I am writing this scripts but it won`t working .Please tell me where is the problem.

I am adding this script please rectify it if any error.

SCRPTDIR= "/db/abc/xyz"
find ${SCRPTDIR}/log -name "abc_*.tsd" -ctime +2 -exec rm -f {} \;

Regards, Received on Thu Dec 28 2000 - 02:38:09 CST

Original text of this message

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