Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / supriya
$find ?type f ?atime ?30 ?print
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is merge command in unix?
Name the general commands in using unix os for a beginner?
What does grep v do?
What does 'mkdir' command do in UNIX?
How do I search for text in vi?
How do I search for a file in unix command?
Which command is used to delete all files in the current directory and all its sub-directories?
What is the difference between cat and more command?
What is the comma to display different lines that are found when compare two files?
How can we use grep command in unix?
What is a command and examples?
What does touch command do in unix?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How do you grep recursively?
What is the use of egrep command in unix?