Ask Question

This morning you modified five large data files in your home folder in Linux, and now you want to find and delete the files because you no longer need them. Which of the following commands can you use to list and sort files based on the time they were modified

+4
Answers (1)
  1. 17 August, 07:43
    0
    ls - t

    Explanation:

    "ls" command in Linux is used very often. It lists the directory contents. The "ls" utility is part of the core utilities and installed in all Linux distributions.

    When ls command is used with "-t", "ls - t" sorts files/directories list by date created or modified.

    More advanced version is "ls - lt", where it sorts by date and shows info about directory, size, modified date and time, file or folder name and owner of file and its permission.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “This morning you modified five large data files in your home folder in Linux, and now you want to find and delete the files because you no ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers