목표 바이너리(데이터) 파일인 data.txt에서 여러 개의 '=' 문자 뒤에 나오는 사람이 읽을 수 있는 문자열 찾기.
실행 명령어
strings data.txt | grep "=="
strings 명령어
strings
grep
"=="