Title: How To Find The Oldest File In A Directory Tree Date: 2017-05-19 23:04:44 Categories: [cli] tags: [find, sort, head]
Today, a fellow Linux user asked me how to find the oldest file in a directory from command line in Linux. We could tell the oldest file in a directory by using the date and time stamps in GUI mode.