search

Loading
Showing posts with label server. Show all posts
Showing posts with label server. Show all posts

Saturday, November 23, 2013

How to delete file names with spaces older than 30 days in linux?

I want to delete files which are modified before 30 days from a public folder (uploads) in my linux server. The files are uploaded by different users so it includes white spaces and other characters in the file name. How can I automate this process?

You can use any of the below commands to achieve this: