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 behavioural difference between cmp and diff commands?
What is used to type command?
What is the difference between cat and more command?
Name the general commands in using unix os for a beginner?
What is the use of find command in unix?
What does the command ' $who | sort –logfile > newfile' do?
Give the command for finding the current date.
What is grep short for?
Which command should you use to find the remaining disk space in unix server?
Differentiate cmp command from diff command.
What is pipe command in unix?
Explain how to use grep command to list find the records of a file containing 10 different strings?
How do I search for a file in unix command?
What are bash commands?
What is .sh file?