CartMetrix - Do you know yours?

« Lighttpd Update | Home | Download a Remote File Using PHP »

9/29/2005

Delete Files Newer Than

Delete a files newer than filename in the local directory

find ./ -type f -newer filename -print|xargs rm

Delete a files older (ie. not newer) than filename in the local directory

find ./ -type f ! -newer filename -print|xargs rm

Popularity: 11%

Trackback:

Related Posts

Post your opinion

Verification Image

Please type the letters you see in the picture.

Subscribe without commenting


damonparker.org is proudly powered by WordPress
Entries (RSS) and Comments (RSS).

copyright © 2002-2009 damonparker.org. all rights reserved.

Close
E-mail It