Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / rajib mallick
find ? -atime -30 -type f -print.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is merge command in unix?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the general format of unix command syntax?
What is command statement?
What is the search command in unix?
How do you grep a case insensitive?
What is the command to find hidden files in the current directory?
What is the unix command to confirm a remote host is alive or not?
What is the size of time_t?
Explain ‘library functions’ with respect to unix commands?
What is updatedb?
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
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What are filter commands in unix?
What is pipe command in unix?