Write a command to find all of the files which have been
accessed within the last 30 days.

Answer Posted / rajib mallick

find ? -atime -30 -type f -print.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the nmap command?

571


What is the function of grep command in unix?

573


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

786


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

628


What are filter commands in unix?

546






What command is used to check the current users?

582


How do you grep a case insensitive?

531


What does find command return in unix?

582


Describe the zip/unzip command using gzip.

602


Does cp command overwrite files?

614


Is it inbetween or in between?

569


What are the unix commands?

539


Which command is used to find whether the system is 32 bit or 64 bit?

620


Explain how to use grep command to list find the records of a file containing 10 different strings?

585


Explain command to show the space allocation of files?

622