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 unix command to confirm a remote host is alive or not?
Which command is used to create a directory?
How to use grep command to list find the records of a file containing 10 different strings?
What is awk used for?
What command will change your prompt to myprompt?
What are the general commands in using unix os for a beginner?
Which command can you use to find the currently running process in unix server?
Why is shebang used?
Which command is used to kill the last background job?
Write a command to display a file’s contents in various formats?
Explain mount and unmount command.
What is ctrl d?
What does the command '$ls | wc –l > file1' do?
Name the general commands in using unix os for a beginner?
What are reported commands?