What happens when we execute a unix command?
No Answer is Posted For this Question
Be the First to Post Answer
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
How do you create a file in UNIX
36 Answers Accenture, EMG, Nokia, QA, TD,
How to add content of one file into another file at the beginning
What is the difference between udp and tcp?
How do you grep a case insensitive?
How to view the hidden files in /etc directory?
what is the significance of "su" command?
A file has 1000 lines and i want to display only 1st line how to do it? pls ..tel me
What do know about tee command?
What is sed awk grep?
How do I search a whole word in vim?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?