Kavya TKnowledge Contributor
Which of the following commands is used to obtain a list of all files by modification time?
Which of the following commands is used to obtain a list of all files by modification time?
ls -t lists the files in order of the time when they were last modified (newest first) rather than in alphabetical order.