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
IBM,
4 15040Post New Unix Commands Questions
How do you grep recursively?
What is the command to view process running?
What is the difference between cat and more command?
Who wrote grep?
What does awk stand for?
What is grep short for?
What does grep v grep do?
What is the use of awk command in unix?
Why is it called grep?
Which command is used to find whether the system is 32 bit or 64 bit?
What is awk used for?
Who command in unix?
What is the command to find maximum memory taking process on the server?
Which command should you use to find the remaining disk space in unix server?
Why is grep called grep?