script aspell -a/ispell. , script , 2nd aspell, , aspell, .
#!/bin/bash
set +o pipefail
if [ -t 1 ] ; then
color="--color=always"
fi
! for file in "$@" ; do
<"$file" aspell pipe list -p ./dict --mode=html |
grep '[[:alpha:]]\+ [0-9]\+ [0-9]\+' -oh |
grep '[[:alpha:]]\+' -o |
while read word ; do
grep $color -n "\<$word\>" "$file"
done
done | grep .
, stdout script , 1, script , script 0.
, script pipefail, , , .. Makefile, script. , : script [[:alpha:]] [a-zA-Z], , -ASCII-, German äöüÄÖÜß . [a-zA-Z] , - .