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

Answer Posted / siva

find . -mtime -30 -type f -print

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is grep command in unix with examples?

614


What does #!/ Bin sh do?

599


Who wrote grep?

589


What is the search command in unix?

609


Why is shebang used?

600






How do you grep a case insensitive?

545


What is the use of egrep command in unix?

630


What does pipe () return?

600


What does awk stand for?

615


What is the command to find maximum memory taking process on the server?

674


Enumerate some of the most commonly used network commands in unix?

620


How do I search for text in vi?

590


How do I open a port?

596


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

628


How does shebang work?

594