Delete files from a directory modified before a certain date

Print Friendly

Go to the directory and run the following command:

find . ! -newermt 2013-11-22 ! -type d -delete
This entry was posted in Linux. Bookmark the permalink.

Comments are closed.