mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-03 15:40:17 +00:00
9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
# 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
|