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 is the pipe command?
What are grep patterns?
What is the use of finger command?
What is the use of the tee command?
What is the unix command to confirm a remote host is alive or not?
What are the dos commands?
How do I find previous commands in unix?
What's a command word?
Give the command for finding the current date.
Who invented grep?
What is nr in awk command?
Which command is used to create a directory?
What does the command '$ls | wc –l > file1' do?
How do I delete files from command prompt?
Is grep faster than awk?