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
Who invented grep?
Can you explain a little bit about command substitution?
What do know about tee command?
What do chmod command do?
What is the nmap command?
What is command statement?
Write a command that will display files in the current directory, in a colored, long format.
What are reported commands?
What is “chmod” command?
What is command substitution?
Is grep faster than awk?
Name the general commands in using unix os for a beginner?
What difference between cmp and diff commands?
Describe the usage and functionality of the command rm –r * in unix?
How do you grep recursively?