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 the dos commands?
Who wrote grep?
What's a command word?
What is sed awk grep?
Which command is used to copy files?
What is “chmod” command?
What is {} in find command?
What do chmod, chown, chgrp commands do?
How can you see the command line history?
how to sort the content of the file based on numeric values
What does the metacharacter mean?
Who command in unix?
What is the command to find maximum memory taking process on the server?
What is awk used for?
What difference between cmp and diff commands?