for i in $(find|grep '(html\|css\|js\|php\|txt\|sed\|sg)')
do
#  echo $i
  od --address-radix=o --width=1 -t x1 $i |grep ' a0' && echo $i
done