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 15015Post New Unix Commands Questions
What is $0 bash?
What is the comma to display different lines that are found when compare two files?
Which command can you use to find the currently running process in unix server?
What happens when we execute a unix command?
Why is shebang used?
What does touch command do in unix?
What does the command ' $who | sort –logfile > newfile' do?
hw will u use awk in replacing cahrs and files
What is command substitution?
What is grep in bash?
What is the command to find maximum memory taking process on the server?
How do you grep recursively?
What is the use of tee command?
Give the command for finding the current date.
Which command is used to kill the last background job?