2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-17 09:25:32 +00:00
cheat.sheets/sheets/aspell

14 lines
312 B
Plaintext
Raw Normal View History

2020-03-10 17:36:31 +00:00
# aspell
# Interactive spell-checker for use in a terminal
2019-11-28 17:07:09 +00:00
# Spell check a single file.
aspell check [FILE]
2017-05-08 20:27:00 +00:00
2019-11-28 17:07:09 +00:00
# List misspelled words from standard input (STDIN).
cat [FILE] | aspell list
2017-05-08 20:27:00 +00:00
2019-11-28 17:07:09 +00:00
# Check for known dictionary files.
2019-07-24 18:21:56 +00:00
aspell dicts
2019-11-28 17:07:09 +00:00
# Above appears to be short-form for the below command.
aspell dump dicts