Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / siva
find . -mtime -30 -type f -print
| Is This Answer Correct ? | 8 Yes | 3 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?
How do I use grep to find a file?
What is {} in find command?
How many unix commands are there?
What is grep in bash?
What is command statement?
Explain the steps that a shell follows while processing a command.
What are the differences among a system call, a library function, and a unix command?
What do chmod command do?
How do I delete files from command prompt?
What are bash commands?
Are you in or at the office?
What is a command and examples?
Is it inbetween or in between?
What is the command to view process running?