Hacker News new | ask | show | jobs
by theamk 2607 days ago
Another fast way to search for text in binary files is to use "grep -abo" (treat all files as text / print matches only / print file offsets).