Re: How to find by birth time?

2011-11-20 Thread Peng Yu
> Yes.  It's explained in the Texinfo documentation for find. I see the word 'birth' appears in the following two places. -newerXY reference Compares the timestamp of the current file with reference. The reference argument is normally the name of a file (an

Re: How to find by birth time?

2011-11-20 Thread James Youngman
On Sun, Nov 20, 2011 at 5:10 PM, Peng Yu wrote: > Hi, > > stat can give birth time. Is there an option search by birth time in > find? (I find -ctime -atime -mtime but not -btime in find.) Yes. It's explained in the Texinfo documentation for find. James. -- This email is intended solely for the

How to find by birth time?

2011-11-20 Thread Peng Yu
Hi, stat can give birth time. Is there an option search by birth time in find? (I find -ctime -atime -mtime but not -btime in find.) -- Regards, Peng