Monday, September 24, 2012


In linux, How to sort the files by modified date?
I want to list the recently modified files should be listed in top.
The files which is not accessed for long time should be listed in bottom.
Can we write script ? No Need:

we can simply use "ls" command advanced version.

we have to use below command to list the files by recently modified date order.

ls -ult

No comments: