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
How do I use grep to search for a file?
What is time_t?
Who invented grep?
What is the use of the command 'ls -x chapter[1-5]' ?
What is grep and how do you use it?
Write a command to kill the last background job?
Explain the steps that a shell follows while processing a command.
What does sed command do in unix?
What is the difference between awk and grep?
What is the use of awk command in unix?
Enumerate some of the most commonly used network commands in unix?
What does this command do? Cat food 1 > kitty
What is pipe command in unix?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is $0 bash?