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
What does find command return in unix?
What is grep short for?
Are you in or at the office?
Why is awk called awk?
What is grep in bash?
What is .sh file?
How do you grep a case insensitive?
Write a command that will display files in the current directory, in a colored, long format.
Explain ‘library functions’ with respect to unix commands?
How to find $ai_serual resolved path by using unix
Differentiate cat command from more command.
What is the command to find maximum memory taking process on the server?
What do chmod, chown, chgrp commands do?
Explain mount and unmount command.
Who invented grep?