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 the behavioural difference between cmp and diff commands?
How do I use grep to find a file?
What is pipe command in unix?
What's a command word?
What is a command and examples?
Can you enlist some commonly used network commands?
What command will change your prompt to myprompt?
How many unix commands are there?
How do I delete files from command prompt?
Who command in unix operating system?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Write a command that will display files in the current directory, in a colored, long format.
Which command is used to find whether the system is 32 bit or 64 bit?
What is awk good for?
How do I search a whole word in vim?