How to sort the output of ls by date modified.

Sorting the output of ls by date modified is very easy. This is how to sort output and display the few most recent files. This example shows how to do this. Use head – 20 to list only the top 20 results. 4.4 Tue May 21 jason@Yog-Sothoth 0: $ ls…

Read More