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 are reported commands?
What does 'mkdir' command do in UNIX?
What does grep v grep do?
How many unix commands are there?
What is used to type command?
What difference between cmp and diff commands?
What is a bash command?
What is “chmod” command?
How do I use grep to find a file?
What are the commands in UNIX to list the files in a Directory?
Name the various commands that are used for the user information in unix.
Is ‘du’ a command? If so, what is its use?
What is .sh file?
What is grep and how do you use it?
Why is it called grep?