I am doing a bash script to check spelling on the number of files.
I ran into an aspell message problem to ignore some words that I allow to appear.
This is the same as Ignore Everything interactively. But this will not work, since I will need to do this manually.
How can I tell aspell to ignore a given set of words. Is there any parameter that can do this. I would like to transfer a file with these words.
Or could there be a more efficient way to spell check scripts in bash?
source share