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