Heyaz
Need a little help writing a script with the csh (have to sadly), Bascially The script needs to read a file, check it for spelling and for each word that is found to be incorrect ask the user to either insist on the current spelling and add it to a memory file to ignore this word from now on, or provide a replacement spelling.
I understand the csh isn’t the way to go, but I since its required.
Basically Im having the hardest time getting the Misspelled words to a file, (ispell -l) and then individually going through each word and asking them to change it.
Thanks in advance for any tips or help.
Jstoneky