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 15245Post New Unix Commands Questions
Which command is used to create a directory?
What are some command words?
How do I run a bash script?
Explain command to display different lines that are found when compare two files?
What are bash commands?
What is grep and how do you use it?
What command is used to switching between users in unix?
Name the general commands in using unix os for a beginner?
What is the size of time_t?
What does #!/ Bin sh do?
What does the “echo” command do?
What is s and g in sed command?
What does touch command do in unix?
Enlist some filename manipulation commands in unix.
Give the command for finding the current date.