I am doing bash script to check spelling on number of files.
I came across to problem of telling aspell to ignore some set of words that I allow to appear.
This is same as "Ignore All" in interactive mode. But that will not work as I would need to do that by hand.
How can I tell aspell to ignore given set of words. Is there any parameter that can do that. I wish there was an option to pass file with those words.
Or might be out there a more efficient way for scripting spell checking in bash?
Easy: put your words in a Personal Dictionary:
~/.aspell.en.pws
where the first line is(500 is the number of words, doesn't need to be exact, aspell will fix it if you add words with aspell).
If you need the dictionary to be elsewhere, use options like these: