[OT]: Ho wto find files created on a specific date

Craig White craigwhite at azapple.com
Wed Apr 2 14:49:15 UTC 2008


On Wed, 2008-04-02 at 10:40 -0400, Todd Denniston wrote:

> cd /tmp
> touch --date="March 20" test20
> touch --date="March 21" test21
> find /opt/html/ -type f -newer test20 > list1
> find /opt/html/ -type f -newer test21 > list2
----
nice...this is very elegant

I need to file this away somewhere that I actually have a chance to find
this when I need it.

Thanks

Craig




More information about the fedora-list mailing list