📅  最后修改于: 2022-03-11 14:49:49.902000             🧑  作者: Mango
# Process a binary file as if it did not contain matching data.
# Equivalent to grep --binary-files=without-match
grep -I
# Example
find . | xargs grep -I "string-to-find";