Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / siva
find . -mtime -30 -type f -print
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Which command can you use to find the currently running process in unix server?
Which unix command lists files/folders in alphabetical order?
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)?
What is {} in find command?
What are the commands in UNIX to list the files in a Directory?
How do I run a whois command?
What is s and g in sed command?
Explain command to view process running?
Why is it called a shebang?
What is the use of sed command in unix?
Why is grep called grep?
What is the use of finger command?
Write a command to kill the last background job?
How do you grep recursively?
What is grep command in unix with examples?