Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / siva
find . -mtime -30 -type f -print
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Can you explain a little bit about command substitution?
What command will change your prompt to myprompt?
What is sed awk grep?
What is ctrl d?
How can we use grep command in unix?
What is the size of time_t?
Describe the zip/unzip command using gzip.
Are you in or at the office?
What does 'mkdir' command do in UNIX?
What does this command do? Cat food 1 > kitty
Write a command to display a file’s contents in various formats?
What does awk stand for?
How do I search for text in vi?
hw will u use awk in replacing cahrs and files
What is the first character of the output in ls l command?