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 does find command return in unix?

691


What is grep short for?

647


Are you in or at the office?

708


Why is awk called awk?

665


What is grep in bash?

667






What is .sh file?

729


How do you grep a case insensitive?

621


Write a command that will display files in the current directory, in a colored, long format.

781


Explain ‘library functions’ with respect to unix commands?

702


How to find $ai_serual resolved path by using unix

1140


Differentiate cat command from more command.

664


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

770


What do chmod, chown, chgrp commands do?

736


Explain mount and unmount command.

717


Who invented grep?

737