--Environnement - Windows10 Pro 64bit - grep (GNU grep) 3.1
$ grep hoge text_file.txt
Binary file (standard input) matches
[La recherche grep Linux montre "Fichier binaire (entrée standard) correspondant" Cause et solution - page d'accueil de r_nobu](https://nobuneko.com/blog/archives/2013/04/linux_grep_binary_files_text. html)
-a
pour spécifier qu'il s'agit d'un fichier texte.$ grep -a hoge text_file.txt
hoge
fugahoge
Recommended Posts