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 15039Post New Unix Commands Questions
Why is shebang used?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Is grep faster than awk?
Describe the zip/unzip command using gzip.
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is awk good for?
How can you see the command line history?
What happens when we execute a unix command?
What is used to type command?
How do I search for a file in unix command?
What is the first character of the output in ls l command?
Does cp command overwrite files?
What is grep short for?
What is the search command in unix?
Differentiate cat command from more command.