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
What does the md command do?
Describe the zip/unzip command using gzip.
What is nr in awk command?
What does 'mkdir' command do in UNIX?
Explain ‘library functions’ with respect to unix commands?
What is the use of tee command?
What is the pipe command?
What are the unix commands?
What are grep patterns?
What are the dos commands?
How do you repeat a command in terminal?
What does pipe () return?
Name the unix command to find how many days the server has been up.
What are file commands?
What is the search command in unix?