Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / manikantan t s
find . -type f -atime +30
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What does the metacharacter mean?
Enlist some filename manipulation commands in unix.
What does find command return in unix?
What is the use of egrep command in unix?
How can we use grep command in unix?
What are filter commands in unix?
Which command is used to copy files?
What are file commands?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What do know about tee command and its usage?
What command is used to switching between users in unix?
What is the use of cut command in unix?
What is the significance of the 'tee' command?
What is the pipe command?
What does #!/ Bin sh do?