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
What is difference between grep and find command in unix?
How many unix commands are there?
How can we use grep command in unix?
What are some command words?
Name the various commands that are used for the user information in unix.
Name the unix command to find how many days the server has been up.
Is it inbetween or in between?
What is .sh file?
What is the use of find command in unix?
What is the unix command to confirm a remote host is alive or not?
Who command in unix?
What is the size of time_t?
What does find command return in unix?
How do you grep recursively?
What are the differences among a system call, a library function, and a unix command?