View Single Post

   
  #4 (permalink)  
Old 01-16-2008, 11:34 AM
Daniel Rock
 
Posts: n/a
Default Re: List All Files in Directory Within a Range of Date

lazyboy_2k@yahoo.com <lazyboy_2k@yahoo.com> wrote:
> I basically want to be able to list all of files from Jul 15 to Aug
> 10. Is it possible to do that?


Yes,

create reference files with the correct timestamps (touch -t ...) then
use the find expressions "-newer file1" and "! -newer file2"

--
Daniel
Reply With Quote