Search Results

0
votes

grep --exclude/--include syntax (do not grep through certain files)

The --binary-files=without-match option to GNU grep gets it to skip binary files. (Equivalent to the -I switch mentioned elsewhere.) (This might requ …