Linux - grep - Binary file (standard input) matches
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Linux - grep - Binary file (standard input) matches
При использовании grep без параметров - возможна ошибка:
Binary file (standard input) matches
Решается добавлением ключа -a:
-a, --text Process a binary file as if it were text; this is equivalent to the --binary-files=text option. Пример: # egrep -a text /var/log/messages
Ошибка означает, что grep принимает какие-то символы за бинарные данные. Чтобы все двоичные данные принимались за текстовые - нужно добавить опцию -a