---

How do you find and sort files based on their modification date and time in Linux?

How do you find and sort files based on their modification date and time in Linux?

I use combination of find, sort and head commands like:

# find / -type f -printf “n? %p” | head -n 11 | sort -k1M

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis