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

Which command should you use to find the remaining disk space in unix server?

695


What is the use of find command in unix?

570


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

614


What is the use of sed command in unix?

585


How do I delete files from command prompt?

547






What are file commands?

644


What is ctrl d?

586


Which command is used to find whether the system is 32 bit or 64 bit?

620


Differentiate cat command from more command.

568


What does #!/ Bin sh do?

578


What is updatedb?

576


What does this command do,"$more readme.txt“?

681


What is awk used for?

611


What is the command to view process running?

566


Which command will print your home directory on screen?

536