file biner filter linux shell

find . -not -path '*/\.*' -type f -exec file {} \; | awk -F: '/ASCII text/{print $1}'
bougui