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
What is the use of awk command in unix?
What is in grep command?
Which unix command to make a new directory?
What are some command words?
What is pipe command in unix?
What is grep and how do you use it?
What is grep r?
What is awk good for?
What do know about tee command and its usage?
What is the command to find hidden files in the current directory?
Who invented grep?
What are bash commands?
What do chown command do?
what is the advaantage of each user having its own copy of the shell?
How does shebang work?