krimson, 1 year ago (edited 8 months ago) Many many years ago I wanted to clean up my freshly installed Slackware system by removing old files. find / -mtime +30 -exec rm -f {}; Bad idea.
Many many years ago I wanted to clean up my freshly installed Slackware system by removing old files.
find / -mtime +30 -exec rm -f {};
Bad idea.