Thanks to visit codestin.com
Credit goes to github.com

Skip to content

xloem/bgrep

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

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 -

About

Binary Grep

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 78.8%
  • Shell 11.2%
  • Python 9.9%
  • Makefile 0.1%