Grep - markhowellsmead/helpers GitHub Wiki

Search within all files in the current folder

| grep -v .min is to exclude any file with a name containing .min.

grep 'searchterm' -r . | grep -v .min