mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-19 03:25:44 +00:00
90ad9e4458
fixing spell -> aspell
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
# spell check a single file
|
|
aspell check ${somefile}
|
|
|
|
# list misspelled words from standard input
|
|
cat ${somefile} | aspell list
|
|
|
|
# check for known dictionary files
|
|
aspell dicts
|