Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / rajib mallick
find ? -atime -30 -type f -print.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do I find previous commands in unix?
Which command will print your home directory on screen?
What is grep in bash?
What is nr in awk command?
What is a command and examples?
How do I run a bash script?
What is awk used for?
What is the command to view process running?
What are the commands in UNIX to list the files in a Directory?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How does the system know where one command ends and another begins?
Name the general commands in using unix os for a beginner?
How do you repeat a command in terminal?
Why is awk called awk?
Is grep faster than awk?