Global Regular Expression Printing: Lecture PPT by Dr. Sumalatha Aradhya, CSE, SIT, Tumkur 1
Global Regular Expression Printing: Lecture PPT by Dr. Sumalatha Aradhya, CSE, SIT, Tumkur 1
- A family of programs that is used to search the input file for all lines
that match a specified RE
- After match, write them to standard output i.e., monitor
grep
4. As a filter➔ can be used on the left and right hand side of a pipe.
Why??