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
How do I find previous commands in unix?
How many unix commands are there?
What is command substitution?
What is {} in find command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How do I search for text in vi?
what is the advaantage of each user having its own copy of the shell?
Can you explain a little bit about command substitution?
What is the use of the command 'ls -x chapter[1-5]' ?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the difference between cat command and more command?
Explain command to display different lines that are found when compare two files?
Who invented grep?
What is the search command in unix?