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 14031Post New Unix Commands Questions
What is unix command?
What are reported commands?
How to use grep command to list find the records of a file containing 10 different strings?
What are the commands in UNIX to list the files in a Directory?
How do I search a whole word in vim?
Explain command to show the space allocation of files?
What is the unix command to confirm a remote host is alive or not?
why metadb requires a seperate slice to create Solaris volume manager
How do I search for a file in unix command?
What is the search command in unix?
What is the use of egrep command in unix?
Enumerate some of the most commonly used network commands in unix?
Who command in unix?
What is merge command in unix?
What does this command do,"$more readme.txt“?