Hi All,

I made a script extending the find command. It adds

-mbefore <time_spec>
-mafter <time_spec>

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 time_specs are the same that are accepted by the -d option of the
touch command.

Please find attached the shell script I wrote.

I think this is useful to implement in the find command itself.

Best regards,

Arnoud Witt

Attachment: findext
Description: findext

_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils

Reply via email to