3 # $1 = path to spellcheck executable
5 # $3 = name of the file to check
6 # $4 = name of the logfile
8 xsltproc
--nonet .
/Aspell
/removetags.xsl
"$3" |
"$1" --mode=sgml
--encoding=utf-8
--add-extra-dicts="./Aspell/$2.pws" --add-extra-dicts=.
/Aspell
/Temp.pws
--lang="$2" list check
>> "$4"