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
Why is grep called grep?
What is the unix command to confirm a remote host is alive or not?
Enumerate some of the most commonly used network commands in unix?
How do I use grep to search for a file?
How does pipe () work?
Enlist some filename manipulation commands in unix.
What is the functionality of a top command?
How do you grep recursively?
What is the comma to display different lines that are found when compare two files?
What is ‘ps’ command for?
What is the use of egrep command in unix?
Who invented grep?
What does the “echo” command do?
Describe the usage and functionality of the command rm –r * in unix?
What are bash commands?