Revision: 8411
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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