Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Unix problem
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
![]() |
![]() |