Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / sridhar
find -type f -atime -30 -print
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
Why is awk called awk?
Can you enlist some commonly used network commands?
What is awk good for?
What does grep v do?
Which command is used to copy files?
What is the command to find hidden files in the current directory?
what is the advaantage of each user having its own copy of the shell?
What is the unix command to confirm a remote host is alive or not?
What is rmdir command?
What is the search command in unix?
Which command is used to create a directory?
What are bash commands?
Which unix command lists files/folders in alphabetical order?
What is merge command in unix?
Why is it called grep?