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: UNIX question

Re: UNIX question

From: Mark Bole <makbo_at_pacbell.net>
Date: Wed, 06 Apr 2005 07:45:41 -0700
Message-ID: <4253F615.9070205@pacbell.net>


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-l
Received on Wed Apr 06 2005 - 10:49:37 CDT

Original text of this message

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