find and delete old files [usefull for cache directories]
find sv -type f -mtime 2 -exec rm -fv {} \;
[command above will find and delete verbosely files located inside the sv directory older than 2 days]
Proposal: Loosen rules regarding patches that may be backported during a stable release (7.x+) [announcement] http://t.co/m2aEmvn9 #drupal
find and delete old files [usefull for cache directories]
find sv -type f -mtime 2 -exec rm -fv {} \;
[command above will find and delete verbosely files located inside the sv directory older than 2 days]