Delete files from a directory modified before a certain date by admin Posted on November 21, 2017 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.