RE: Delete files older than a specific date in bash/linux

You are viewing a single comment's thread from:

Delete files older than a specific date in bash/linux

in linux •  7 years ago 

Why did no one mention the -delete option for find, all that extra pipe and exec stuff is silly. Not to mention problems with spaces and special characters in names.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

frankly I even doesn't knew the -delete option. all top geeks* on the web always do the job by piping to exec or xargs... :-)
*even the grandmaster nixCraft :)
https://www.cyberciti.biz/faq/linux-unix-how-to-find-and-remove-files/