Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / sourisengupta
Right answer is :-
find . -atime -30 -print
Sridhar, I think it will work, can you tell me why you
use -type -f
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the use of find command in unix?
Is ‘du’ a command? If so, what is its use?
What does #!/ Bin sh do?
Is command prompt unix?
What is grep r?
Enumerate some of the most commonly used network commands in unix?
What are the commands in UNIX to list the files in a Directory?
What is in grep command?
What is the difference between cat and more command?
Give the command for finding the current date.
What is .sh file?
What do chmod, chown, chgrp commands do?
Why is shebang used?
What is the first character of the output in ls l command?
What is pipe command in unix?