Previous
|
Next
Shell tools are your friends:
grep (search for patterns in files).
Useful grep flags:
-i: ignore case
-w: word
-v: all but pattern (invert)