Answer Posted / kavin
grep is used to filter or search for a pattern in the given
file.
for example
grep student class
will display only the lines that contains the word student
in it.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What does sed command do in unix?
What is the first character of the output in ls l command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What are the general commands in using unix os for a beginner?
Why is grep called grep?
why metadb requires a seperate slice to create Solaris volume manager
What is the general format of unix command syntax?
What is pipe command in unix?
What is the command to view process running?
Describe the zip/unzip command using gzip.
What is command substitution?
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 does #!/ Bin sh do?
What is the use of the command 'ls -x chapter[1-5]' ?
What is grep in bash?