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

Home -> Community -> Mailing Lists -> Oracle-L -> mtime to remove old files

mtime to remove old files

From: <Paula_Stankus_at_doh.state.fl.us>
Date: Mon, 20 Sep 2004 07:01:50 -0400
Message-ID: <80D4A99A2715674EB2D256DAD89219F6044E8F2A@dohsmail02.doh.ad.state.fl.us>


[leprod:> ls -la /dbdumps/backups/df*

-rw-r----- 1 oracle dba 5256142848 Sep 18 07:12 /dbdumps/backups/df_t51

When I use:

[leprod:> find /dbdumps/backups -name "df*" -mtime +0 -print
/dbdumps/backups/df_t537174441_s1_p1
[oracle_at_dohsdb10]:/usr/oracle/tools/bin

When I use anything other than +1 or more the file isn't found. However, the system date is Sep 20. Yet the last modified time was the 18th. =20

What am I missing?

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Sep 20 2004 - 05:57:20 CDT

Original text of this message

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