Is there a way to get List of Only those files in a filesystem which are modified on a specifict date?

George Vanev george.vanev at gmail.com
Thu Jan 11 11:02:05 UTC 2007


Here is an example with todays date
 find / -exec stat -f "%N %Sm" -t "%m-%d-%Y" {} \; | grep 01-11-2007 | cut
-d' ' -f1


On 1/11/07, VeeJay <maanjee at gmail.com> wrote:
>
> Hi
>
> Is there a way to get List of Only those files in a filesystem which are
> modified on a specifict date?
>
> --
> Thanks!
>
> BR / vj
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at freebsd.org"
>



-- 
George Vanev


More information about the freebsd-questions mailing list