$ grep "public byte\[\]" BeflyTHttpGetImpl.java | sed -n 's/(/ /gp' | awk '{print $3}'
$ grep -ri search_word * | awk -F ':' '{print $1}' | uniq -c