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 15413Post New Unix Commands Questions
Why is it called a shebang?
How do I search a whole word in vim?
Does cp command overwrite files?
What command is used to switching between users in unix?
Can you enlist some commonly used network commands?
How does pipe () work?
What does grep v do?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the nmap command?
What are some command words?
How do I clear my terminal history?
What is {} in find command?
What do know about tee command and its usage?
How do I run a bash script?
What does find command return in unix?