Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / jsdkar
find -type f -atime +30 -print
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What does 'mkdir' command do in UNIX?
Which command is used to kill the last background job?
Who command in unix operating system?
What is awk command used for?
Who invented grep?
What is the difference between grep and grep?
What is grep in bash?
What is s and g in sed command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Write a command to display a file’s contents in various formats?
What is the command to compare two files in unix?
What are some command words?
What does the command ' $who | sort –logfile > newfile' do?
What do know about tee command?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?