Skip to main content
added 3 characters in body
Source Link
Gilles Quénot
  • 36.8k
  • 7
  • 76
  • 97
grep --binary-files=text pattern file 

another solution :

strings -a file | grep pattern 
grep --binary-files=text pattern file 

another solution :

strings file | grep pattern 
grep --binary-files=text pattern file 

another solution :

strings -a file | grep pattern 
Source Link
Gilles Quénot
  • 36.8k
  • 7
  • 76
  • 97

grep --binary-files=text pattern file 

another solution :

strings file | grep pattern