Jan 052010
How to grep a string in a binary file?
Answer:
Assume you have a binary file "foo.bin", you can combine strings with the grep command.
strings foo.bin | grep bar
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
How to grep a string in a binary file?
Answer:
Assume you have a binary file "foo.bin", you can combine strings with the grep command.
strings foo.bin | grep bar