[wplug] lookin' for files after time ''X'

jo2y at midnightlinux.com jo2y at midnightlinux.com
Wed Nov 24 14:32:14 EST 2004


On Wed, 24 Nov 2004, Vanco, Don wrote:

> Is there a quick way to locate, ferinstance, all files modified after
> 1:30 today?  I can do something inelegant with ls and grep, but figgered
> that one of you have a better means..

There is a way to do it with find alone, but I always have trouble getting 
the arguements correct. You can cheat however and use touch.
touch -t 11241330 /tmp/touchie
find <path> -cnewer /tmp/touchie


-james



More information about the wplug mailing list