grep

basic grep use

grep -sin "??OP" *l

grep -sil "??OP" *l

recursive

grep --include "*.4gl" -sHIrin "\<spam\>" ./

grep --include "*.egg" -sIril "\<spam\>" ./

man