Write a command to find all of the files which have been
accessed within the last 30 days.

Answer Posted / sridhar

find -type f -atime -30 -print

Is This Answer Correct ?    27 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

654


What is “chmod” command?

572


What is s and g in sed command?

567


why metadb requires a seperate slice to create Solaris volume manager

2564


Explain ‘library functions’ with respect to unix commands?

610






Differentiate cat command from more command.

588


What does the md command do?

580


What is the general format of unix command syntax?

700


What command is used to check the current users?

602


What is $0 bash?

655


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

653


Which unix command to make a new directory?

596


What does the metacharacter mean?

618


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

585


What is difference between grep and find command in unix?

590