/ Published in: Bash
Expand |
Embed | Plain Text
find /path/to/files -type f -mtime +7 -exec rm {} \;
You need to login to post a comment.
cbrant on 09/18/08
4 people have marked this snippet as a favorite
cbrant
joaosalless
AzizLight
yosemite610
find /path/to/files -type f -mtime +7 -exec rm {} \;
You need to login to post a comment.