command: aspell
usage: interactive spell checker

syntax: aspell [options] <command>

example:

1. To print help info of this command

    $ aspell --help

2. To spell check in a text file

    $ cat sample.txt

    quickk brown fox jumps over the lasy dogg

    $ aspell check sample.txt

3. when need a quick spell check

    $ aspell -a <<< '<WORDS>'

    $ aspell -a <<< 'appple'

regards,
dhanasekar
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Reply via email to