Ramin Honary on Nostr: npub15n2ts…tvgzv thanks, this is a good idea! (I am slightly ashamed that I this ...
npub15n2tsslsw7pxqqcnkmw0fx2ylys3rxpf6y6jfhcvg778zy80qwjs3tvgzv (npub15n2…vgzv) thanks, this is a good idea! (I am slightly ashamed that I this did not occur to me.)
Unfortunately, I can't figure out how to generate a list of words from the dictionary file. I read the manual page and I tried this command:
if [ -f '/usr/share/aspell' ]; then
echo 'Found spelling file';
gunzip -ck '/usr/share/aspell/en-common.cwl.gz' | word-list-compress -d;
else
echo 'Spelling file not found.'
fi;
But the result is:
Found spelling file
ERROR: Corrupt Input.".
Unfortunately, I can't figure out how to generate a list of words from the dictionary file. I read the manual page and I tried this command:
if [ -f '/usr/share/aspell' ]; then
echo 'Found spelling file';
gunzip -ck '/usr/share/aspell/en-common.cwl.gz' | word-list-compress -d;
else
echo 'Spelling file not found.'
fi;
But the result is:
Found spelling file
ERROR: Corrupt Input.".