grep - syntax for searching
Syntax for setting up your search:
grep [options] regexp [files]
options
-c count matching lines
-h print lines vs -l print file names
-i ignore uppercase vs lowercase in matches
-v print lines that do not match
Previous slide
Next slide
Back to first slide
View graphic version