2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-12 19:10:26 +00:00
cheat.sheets/sheets/aspell

9 lines
175 B
Plaintext
Raw Normal View History

2017-05-08 20:27:00 +00:00
# spell check a single file
aspell check ${somefile}
# list mispelled words from standard input
cat ${somefile} | aspell list
# check for known dictionary files
spell dicts