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 15347Post New Unix Commands Questions
Which unix command to make a new directory?
What does this command do,"$more readme.txt“?
How do I use grep to find a file?
Which command is used to create a directory?
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 grep in bash?
What is {} in find command?
What is the significance of the 'tee' command?
How do I search a whole word in vim?
What is grep and how do you use it?
How to display no of records in oracle using unix command?
What is the difference between cat and more command?
Explain mount and unmount command.
What is grep r?
Name the general commands in using unix os for a beginner?