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.
Some time ago I gave up using sonarr & radarr to watch (popular) tv shows and movies because the search just stopped giving decent results. Now I heard that rarbg has also quit.
So I am wondering, is this still a thing?
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.