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
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is awk good for?
What difference between cmp and diff commands?
What is the size of time_t?
What is unix command?
Enumerate some of the most commonly used network commands in unix?
What is command statement?
What does pipe () return?
What is rmdir command?
What are the differences among a system call, a library function, and a unix command?
How do I find previous commands in unix?
Which command will print your home directory on screen?
Explain ‘library functions’ with respect to unix commands?
What is the command to find hidden files in the current directory?
What happens when we execute a unix command?