What is mtime in find command?
Answer / brundaban
to see the files have been modified in last 50day.
find / -mtime 50
| Is This Answer Correct ? | 0 Yes | 0 No |
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
What does the md command do?
what is the cmd to display the last exit status in UNIX?
What is difference between grep and find command in unix?
How do I run a bash script?
What is nr in awk command?
what is the difference between SED and GREP ? Which one is more better and why?
What does touch command do in unix?
why unix operating system provides more security than other operating systems?
what is the shell for dos,nt operating systems?
What is the search command in unix?
What is the use of sed command in unix?