Arquivos binários do filtro de shell linux
find . -not -path '*/\.*' -type f -exec file {} \; | awk -F: '/ASCII text/{print $1}'
bougui
find . -not -path '*/\.*' -type f -exec file {} \; | awk -F: '/ASCII text/{print $1}'