Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / manikantan t s
find . -type f -atime +30
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
what is the advaantage of each user having its own copy of the shell?
What does grep v grep do?
What is nr in awk command?
What is grep r?
Name the unix command to find how many days the server has been up.
How do you grep a case insensitive?
What does sed command do in unix?
What difference between cmp and diff commands?
Which command is used to delete all files in the current directory and all its sub-directories?
Describe the usage and functionality of the command rm –r * in unix?
What does the md command do?
What is a bash command?
What is rmdir command?
What is the use of cut command in unix?
What is sed awk grep?