Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / manikantan t s
find . -type f -atime +30
Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What are reported commands?
What are awk commands?
How do I clear my terminal history?
What is ctrl d?
What is the behavioural difference between cmp and diff commands?
What does sed command do in unix?
What are filter commands in unix?
Who command in unix?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Can you enlist some commonly used network commands?
How do I use grep to find a file?
Which command is used to create a directory?
What is the use of awk command in unix?
What does grep v grep do?
What is the first character of the output in ls l command?