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 15275Post New Unix Commands Questions
What does the md command do?
What is the difference between awk and grep?
Why is shebang used?
How do I use nslookup?
Is it inbetween or in between?
What does 'mkdir' command do in UNIX?
Which command is used to restrict incoming messages?
What is the command to view process running?
What does grep v grep do?
What is sed awk grep?
How many unix commands are there?
What is the use of tee command?
What command is used to check the current users?
What is the pipe command?
What does this command do,"$more readme.txt“?