hi,
i need to write a spell check program in bash to find all possible spelling errors in a file or a number of files taken as input using usr/dict/words.
whenever the program encounters a spelling error, it must state the line number at which the incorrect spelling has occured and underline the word along with the entire life
for example,
11 --- apple apple applle (underlined) apple
i would appreciate any suggestions.
thank you