Command to sort the list of files/folders according to time

kumkumsharma

Administrator
Staff member
As we know, ls command is used to list the files/folders and if you want to use ls command to list files/folders according to time then you can run below command:

Code:
# ls –lt
 
Top