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 in grep command?
What is the comma to show the space allocation of files?
why metadb requires a seperate slice to create Solaris volume manager
How does pipe () work?
Does cp command overwrite files?
What is awk good for?
What is the unix command to confirm a remote host is alive or not?
What is the significance of the 'tee' command?
What do know about tee command and its usage?
What is awk used for?
What do chown command do?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the use of the command 'ls -x chapter[1-5]' ?
Give the command for finding the current date.
What is unix command line?