torsdag, mars 23, 2006

Delete all files older than 7 days

This works in the Terminal app on Mac OS X Tiger 10.4.4:

find /path -mtime +7 -exec rm -rf {} ';'

0 Comments:

Post a Comment

<< Home