sort the list of files/folders

  1. K

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

    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: # ls –lt
Top