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

Answer Posted / mohan

find -type f -ctime +30 -print

Is This Answer Correct ?    14 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the command to compare two files in unix?

612


What does sed command do in unix?

554


What are file commands?

644


What does the md command do?

560


How to display no of records in oracle using unix command?

581






Why is it called a shebang?

564


What is ctrl d?

586


What difference between cmp and diff commands?

712


What does grep v grep do?

544


What is the command to find hidden files in the current directory?

570


What does the command ' $who | sort –logfile > newfile' do?

757


Give the command for finding the current date.

573


What is command statement?

535


How does pipe () work?

585


How do I open a port?

579