archivos binarios de filtro de shell de 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}'