--- Jeff Pinyan <[EMAIL PROTECTED]> wrote:
> On May 25, Keith A. Humphrey said:
>
> >Is there a perl command that can tell me the age of a file?
>
> Not on Unix. You might be able to get a Windows or Mac specific
> module to get the creation date of a file on those systems, but Unix
> does not
On Fri, 25 May 2001, Keith A. Humphrey wrote:
> Is there a perl command that can tell me the age of a file?
-M age since last modification, in days
-C age since last access, in days
-A age since last inode change in days
Note that these return the age at the time your script ran. You should
se
On May 25, Keith A. Humphrey said:
>Is there a perl command that can tell me the age of a file?
Not on Unix. You might be able to get a Windows or Mac specific module to
get the creation date of a file on those systems, but Unix does not store
the creation date of a file -- you can, however, ge