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
Name the general commands in using unix os for a beginner?
How to use grep command to list find the records of a file containing 10 different strings?
How many unix commands are there?
What is the pipe command?
Are you in or at the office?
What are reported commands?
What is the use of finger command?
How does pipe () work?
What is updatedb?
How do I search for a file in unix command?
What's a command word?
What command is used to switching between users in unix?
What does the command '$ls | wc –l > file1' do?
What is difference between grep and find command in unix?
What are filter commands in unix?