Date: Thu, 11 Jan 2007 13:02:03 +0200 From: "George Vanev" <george.vanev@gmail.com> To: VeeJay <maanjee@gmail.com> Cc: FreeBSD-Questions <freebsd-questions@freebsd.org> Subject: Re: Is there a way to get List of Only those files in a filesystem which are modified on a specifict date? Message-ID: <6f4f57f60701110302m684efea9yee8d103623a0a056@mail.gmail.com> In-Reply-To: <2cd0a0da0701110045x49c8fc90g8174dd12d0d90325@mail.gmail.com> References: <2cd0a0da0701110045x49c8fc90g8174dd12d0d90325@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > -- George Vanev
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6f4f57f60701110302m684efea9yee8d103623a0a056>