Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / dipak
find . -type f -atime -30
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain ‘system calls’ with respect to unix commands?
Name the general commands in using unix os for a beginner?
What does #!/ Bin sh do?
What is merge command in unix?
Which command will print your home directory on screen?
How does pipe () work?
Explain ‘library functions’ with respect to unix commands?
How do I delete files from command prompt?
Which command is used to copy files?
What is the use of egrep command in unix?
Why is grep called grep?
What do know about tee command and its usage?
What does sed command do in unix?
How can you see the command line history?
What is the use of awk command in unix?