Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: UNIX question
However "find" does support basic and/or/not logic, so:
find dir \! -newer ....
would be equivalent to the non-existent -older option. (Note escaped bang since it is a shell metacharacter).
-Mark Bole
http://www.bincomputing.com
Carel-Jan Engel wrote:
[...]
>
> alas find has no -older function, and the -atime option works with a
> 'day'-unit.
>
> Regards, Carel-Jan
[...]
>
>>Hello list, >> >>Can any one give me an example, how can I delete log files <2hrs to my >>system time. >>
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Apr 06 2005 - 10:49:37 CDT
![]() |
![]() |