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


Please Help Members By Posting Answers For Below Questions

What is the unix command to confirm a remote host is alive or not?

669


Which command is used to create a directory?

660


How to use grep command to list find the records of a file containing 10 different strings?

729


What is awk used for?

699


What command will change your prompt to myprompt?

809






What are the general commands in using unix os for a beginner?

680


Which command can you use to find the currently running process in unix server?

673


Why is shebang used?

684


Which command is used to kill the last background job?

886


Write a command to display a file’s contents in various formats?

712


Explain mount and unmount command.

717


What is ctrl d?

685


What does the command '$ls | wc –l > file1' do?

782


Name the general commands in using unix os for a beginner?

697


What are reported commands?

658