Mailinglist Archive: opensuse (1702 mails)

< Previous Next >
Re: [opensuse] find between two dates?
  • From: nordi <nordi@xxxxxxxxxxxx>
  • Date: Wed, 09 Sep 2009 02:07:17 +0200
  • Message-id: <4AA6F1B5.8060106@xxxxxxxxxxxx>
Jim Cunning wrote:
I have a question for 'find' experts. I want to find all files between two
specific dates

The "-newerXY" option does what you want. For example

find /bin -newermt 1/1/2008 -a ! -newermt 1/1/2009

will find everything in /bin that was modified in 2008. Seems to be a
GNU extension, though.

Regards
nordi

--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups
References