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

Answer Posted / guest

ls -lt |grep $date <=30

Is This Answer Correct ?    0 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is grep in bash?

584


What is sed awk grep?

603


What is rmdir command?

551


What is the use of tee command?

567


What does touch command do in unix?

725






What is the difference between cat and more command?

623


What is the behavioural difference between cmp and diff commands?

672


Differentiate cat command from more command.

574


What is updatedb?

585


What does awk stand for?

603


What is the first character of the output in ls l command?

629


Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?

953


How do you repeat a command in terminal?

587


What will the following command do?

615


What is command statement?

541