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


Please Help Members By Posting Answers For Below Questions

Is grep faster than awk?

560


Does cp command overwrite files?

622


What is “chmod” command?

566


What do chmod command do?

604


What is grep command in unix with examples?

610






why metadb requires a seperate slice to create Solaris volume manager

2556


How does shebang work?

592


What does pipe () return?

595


What is the command to find maximum memory taking process on the server?

674


How do I open a port?

596


Write a command that will display files in the current directory, in a colored, long format.

685


Enumerate some of the most commonly used network commands in unix?

619


What is nr in awk command?

604


What is the function of grep command in unix?

588


What is the command to compare two files in unix?

623