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

Answer Posted / supriya

$find ?type f ?atime ?30 ?print

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain command to show the space allocation of files?

717


What is rmdir command?

658


What does sed command do in unix?

659


What is in grep command?

739


What is nr in awk command?

695






What is grep in bash?

667


What does find command return in unix?

695


What is the function of grep command in unix?

688


How do I run a bash script?

671


What does the command '$ls | wc –l > file1' do?

785


What does the command ' $who | sort –logfile > newfile' do?

892


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

638


What is s and g in sed command?

651


What is the command to find hidden files in the current directory?

694


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

684