How to find the files that are accessed before 10 minutes?
Answer Posted / krishna
find . -mmin -10 -type f -ls
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does pipe () return?
What is the difference between cat and more command?
Explain command to show the space allocation of files?
What do chmod command do?
Enlist some filename manipulation commands in unix.
Which unix command lists files/folders in alphabetical order?
How do I run a whois command?
What is grep command in unix with examples?
Which command will print your home directory on screen?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Who wrote grep?
What is time_t?
What is ctrl d?
What will the following command do?
What is the significance of the 'tee' command?