Return to Snippet

Revision: 8411
at September 18, 2008 18:02 by cbrant


Initial Code
find /path/to/files -type f -mtime +7 -exec rm {} \;

Initial URL


Initial Description


Initial Title
Bash script to find and delete files older than x days

Initial Tags
Bash, find

Initial Language
Bash