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