RE: file age comparison

2004-07-21 Thread Aaron.Tesch
Radej Sent: Wednesday, July 21, 2004 8:49 AM To: [EMAIL PROTECTED] Subject: Re: file age comparison hi! oops, i made a typo... this should read: i'm comparing files roughly like so: copy ($src, $dst) if (-M $srcfile -M $dstfile); sorry. Regards, Miha

Re: file age comparison

2004-07-21 Thread $Bill Luebkert
Miha Radej wrote: hi! first off i'd like to thank you for the answers to my last question. now here's another :) in a script i need to take two directory parameters, first one being the source, second the destination of the file copying. i need to compare the files and copy newer