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


Please Help Members By Posting Answers For Below Questions

What is command substitution?

629


What are reported commands?

575


How do I use grep to find a file?

591


What are the unix commands?

565


Is command prompt unix?

587






What are filter commands in unix?

559


What will the following command do?

625


Write a command to kill the last background job?

626


What is grep command in unix with examples?

616


What is the use of awk command in unix?

589


What is sed awk grep?

612


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

806


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

653


What is grep r?

598


What is $0 bash?

655