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
What is the function of grep command in unix?
What does find command return in unix?
Describe the zip/unzip command using gzip.
Does cp command overwrite files?
How do I run a bash script?
What does the “echo” command do?
How many unix commands are there?
What does pipe () return?
What is ‘ps’ command for?
How to display no of records in oracle using unix command?
What does touch command do in unix?
What does grep v grep do?
What are file commands?
How do I search for text in vi?
Is ‘du’ a command? If so, what is its use?