
aspell
List of commands for aspell:
-
aspell:tldr:00691 aspell: List misspelled words from standard input.$ cat ${filename} | aspell listtry on your machineexplain this command
-
aspell:tldr:470b2 aspell: Spell check a single file.$ aspell check ${filename}try on your machineexplain this command
-
aspell:tldr:47bf9 aspell: List misspelled words from standard input and ignore words from personal word list.$ cat ${filename} | aspell --personal=${personal-word-list-pws} listtry on your machineexplain this command
-
aspell:tldr:d72ea aspell: Show available dictionary languages.$ aspell dictstry on your machineexplain this command
-
aspell:tldr:d79ee aspell: Run `aspell` with a different language (takes two-letter ISO 639 language code).$ aspell --lang=${cs}try on your machineexplain this command