You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
312 B
Plaintext

# aspell
# Interactive spell-checker for use in a terminal
# Spell check a single file.
aspell check [FILE]
# List misspelled words from standard input (STDIN).
cat [FILE] | aspell list
# Check for known dictionary files.
aspell dicts
# Above appears to be short-form for the below command.
aspell dump dicts