grep 95 B

123
  1. #!/bin/sh
  2. grep=`which grep`
  3. grep "$@" | grep -v "^Binary" | grep -v "src/_" | grep -v "help."