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
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What does the command '$ls | wc –l > file1' do?
What is grep in bash?
What do chmod command do?
Why is shebang used?
How do I use nslookup?
What is the command to view process running?
What does find command return in unix?
How do I run a bash script?
What does the “echo” command do?
Which unix command to make a new directory?
Which unix command lists files/folders in alphabetical order?
How do I open a port?
Give the command for finding the current date.
Name the various commands that are used for the user information in unix.