If the files are not modified after initial creation, you could delete if they have not been modified in over 90 days: find /path/to/folder -mtime +90 - ...
Find and Sort Files by Date and Time in Linux
zip with YYYYMMDD being the date of backup. What I want to do is delete all but the 5 most recent backups. Sorting the files alphabetically will ...
Linux doesn't keep record of creation time, there are only 3 time records for files: last access, last modification of contents and last modification ...
pattern so that the last- modified date of each file is fetched only once rather than every
In previous versions, BulkFileChanger didn't display these dates in order to be
If you have a list of files, but you only want to delete files older the a certain date, for example, a maildir folder with 5 years worth of email, and ...
In this blog post we are going to show you how to use SQL Server Integration Services (SSIS) ForEach Loop containers to process files in Date ...
If you want to find files in subdirectories as well, remove -maxdepth 1 part.
This option says to search for the files modified after n days from today's date.