Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / jsdkar
find -type f -atime +30 -print
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What is the difference between grep and grep?
hw will u use awk in replacing cahrs and files
How do I use grep to find a file?
What is the significance of the 'tee' command?
What is the comma to display different lines that are found when compare two files?
Enlist some filename manipulation commands in unix.
How do I run a bash script?
What is the nmap command?
Are you in or at the office?
What does find command return in unix?
What is grep and how do you use it?
What is the search command in unix?
What is nr in awk command?
What is time_t?
Explain ‘system calls’ with respect to unix commands?