複数ファイルをgrepで検索するときにバイナリファイルを無視する方法
オプション
|
1 |
-I |
|
1 |
--binary-files=without-match |
–binary-files = type
| type | notes |
|---|---|
| binary (default) | search binary files but do not print them |
| without-match | do not search binary files |
| text | treat all files as text |