RE: extended find command

2006-03-07 Thread Witt, Arnoud
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Youngman Sent: Monday, March 06, 2006 22:51 To: Witt, Arnoud Cc: bug-findutils@gnu.org Subject: Re: extended find command It's an interesting concept, but find should not itself modify the files

extended find command

2006-03-06 Thread Witt, Arnoud
Hi All, I made a script extending the find command. It adds -mbefore -mafter tests to the find command. So findext -type f -mafter "2006-02-07 10:23" -mbefore "2006-02-07 12:34" -ls will show files modified after the specified time, but on or before the other specified time. The