Hello Shawn,

Friday, November 30, 2001, Shawn <[EMAIL PROTECTED]> wrote:

>> @result= `find . -newerct \'3 days ago\' -maxdepth 1 -exec rm \{\} \\;`;

S> I guess I have to ask, what is this command?  -newerct?  I get the following
S> when running this line:
S>     find: -newerct: unknown option

it depends of your find. this very far prom perl, but...
man find:
....
     -newerXY file
             True if the current file has a more recent last access time
             (X=a), change time (X=c), or modification time (X=m) than the
             last access time (Y=a), change time (Y=c), or modification time
             (Y=m) of file.  In addition, if Y=t, then file is instead inter-
             preted as a direct date specification of the form understood by
             cvs(1).  Note that -newermm is equivalent to -newer.
....

if you need more, please contact me, not [EMAIL PROTECTED]

Best wishes,
 Maxim                            mailto:[EMAIL PROTECTED]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to