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 does find command return in unix?

598


What is s and g in sed command?

563


What is nr in awk command?

611


Name the various commands that are used for the user information in unix.

543


Explain ‘system calls’ with respect to unix commands?

606






What is rmdir command?

557


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

650


Write a command to kill the last background job?

622


What is the behavioural difference between cmp and diff commands?

682


What is time_t?

590


How do I delete files from command prompt?

555


How do you grep a case insensitive?

545


What is the difference between cat and more command?

627


How can you see the command line history?

588


Which command is used to delete all files in the current directory and all its sub-directories?

673