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 14998Post New Unix Commands Questions
What is the general format of unix command syntax?
What are bash commands?
Describe the zip/unzip command using gzip.
What is awk command used for?
what is the advaantage of each user having its own copy of the shell?
What are reported commands?
What is the command to compare two files in unix?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What command will change your prompt to myprompt?
What are the general commands in using unix os for a beginner?
Differentiate cat command from more command.
Which unix command lists files/folders in alphabetical order?
What are filter commands in unix?
What is {} in find command?
What do know about tee command?