C Shell scripting - TechRepublic
Question
October 24, 2007 at 09:31 PM
jstoneky

C Shell scripting

by jstoneky . Updated 18 years, 8 months ago

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

This discussion is locked

All Comments