View Single Post

   
  #2 (permalink)  
Old 01-16-2008, 11:34 AM
Michael Vilain
 
Posts: n/a
Default Re: how can I use "find" command to locate new created file in a certain directory??

In article <1185895309.380747.289530@r34g2000hsd.googlegroups .com>,
move1000 <move1000@gmail.com> wrote:

> I need to create a script to collect all new created files in a
> directory, "find" command in Solaris 9 only has option for mtime,
> atime, ctime...
>
> Help please.


Since the UNIX filesystem doesn't track "create time", you're left with
a big problem. Either track the file creation yourself inside your
application or write your own variant of UFS which will track file
creation time or switch to MacOS X which does this.

--
DeeDee, don't press that button! DeeDee! NO! Dee...



Reply With Quote