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 updatedb?
What is the pipe command?
What is merge command in unix?
Describe the zip/unzip command using gzip.
What command will change your prompt to myprompt?
What is s and g in sed command?
What is difference between grep and find command in unix?
What are awk commands?
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 does the command ' $who | sort –logfile > newfile' do?
Explain ‘library functions’ with respect to unix commands?
Is it inbetween or in between?
Which command can you use to find the currently running process in unix server?
Explain the steps that a shell follows while processing a command.
What does grep v grep do?