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

What is sed awk grep?

687


What is awk good for?

677


Is command prompt unix?

681


What does the metacharacter mean?

691


Explain the steps that a shell follows while processing a command.

767






What is the difference between cat and more command?

759


What is the function of grep command in unix?

688


How do I find previous commands in unix?

682


Explain command to show the space allocation of files?

715


Is ‘du’ a command? If so, what is its use?

718


What are file commands?

747


What does awk stand for?

683


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

674


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

761


What are some command words?

670