Using Grep
Posted by Isaac Zarb on July 20th, 2009GREP
grep essentially prints lines matching a pattern.
grep –options pattern file
The grep command has a lot of useful option, including:
GREP
grep essentially prints lines matching a pattern.
grep –options pattern file
The grep command has a lot of useful option, including:
Recent Comments