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 will print your home directory on screen?
How does the system know where one command ends and another begins?
What is the general format of unix command syntax?
What happens when we execute a unix command?
What is {} in find command?
How does pipe () work?
Which command can you use to find the currently running process in unix server?
What is $0 bash?
What is difference between grep and find command in unix?
What is the search command in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What are the dos commands?
What is command substitution?
What does 'mkdir' command do in UNIX?
What is the command to view process running?