Skip to content

danielg4/bgrep

This branch is 1 commit ahead of maelnor/bgrep:master.

Repository files navigation

I'm terribly annoyed by the fact that grep(1) cannot look for binary
strings. I'm even more annoyed by the fact that a simple search for 
"binary grep" doesn't yield a tool which could do that. So I wrote one.

Feel free to modify, branch, fork, improve. Re-licenses as BSD.

To install:

curl -L 'https://github.com/tmbinc/bgrep/raw/master/bgrep.c' | gcc -O2 -x c -o /usr/local/bin/bgrep -

Packages

No packages published

Languages

  • C 76.5%
  • Shell 12.4%
  • Python 11.0%
  • Makefile 0.1%