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
Does cp command overwrite files?
Explain command to display different lines that are found when compare two files?
What is nr in awk command?
Explain command to view process running?
Which command can you use to find the currently running process in unix server?
What does #!/ Bin sh do?
What is difference between grep and find command in unix?
What is ‘ps’ command for?
What is merge command in unix?
How do I search for text in vi?
What does the md command do?
Which unix command lists files/folders in alphabetical order?
What do chown command do?
What is the difference between cat and more command?
Enumerate some of the most commonly used network commands in unix?