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 15399Post New Unix Commands Questions
What is awk used for?
hw will u use awk in replacing cahrs and files
What is .sh file?
What do chown command do?
Is grep faster than awk?
What do know about tee command and its usage?
How do I use nslookup?
What are file commands?
What is the command to compare two files in unix?
What does find command return in unix?
What is {} in find command?
What does grep v do?
What is time_t?
What's a command word?
Who wrote grep?