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
Explain command to show the space allocation of files?
What is rmdir command?
What does sed command do in unix?
What is in grep command?
What is nr in awk command?
What is grep in bash?
What does find command return in unix?
What is the function of grep command in unix?
How do I run a bash script?
What does the command '$ls | wc –l > file1' do?
What does the command ' $who | sort –logfile > newfile' do?
Name the various commands that are used for the user information in unix.
What is s and g in sed command?
What is the command to find hidden files in the current directory?
Explain how to use grep command to list find the records of a file containing 10 different strings?