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?