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 is sed awk grep?
What is awk good for?
Is command prompt unix?
What does the metacharacter mean?
Explain the steps that a shell follows while processing a command.
What is the difference between cat and more command?
What is the function of grep command in unix?
How do I find previous commands in unix?
Explain command to show the space allocation of files?
Is ‘du’ a command? If so, what is its use?
What are file commands?
What does awk stand for?
How to display no of records in oracle using unix command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What are some command words?