SoundTheSurrender
Diamond Member
foreach name (`ispell -l < $1`)
$1 = file to read
name = the word that is spelled wrong
This command right here allows me to read a text file that has errors and goes through a loop until it done checking all the misspelled words. This is for CSH.
I'm totally lost on who I can have the same idea in Bash.
Any tips?
Thanks
$1 = file to read
name = the word that is spelled wrong
This command right here allows me to read a text file that has errors and goes through a loop until it done checking all the misspelled words. This is for CSH.
I'm totally lost on who I can have the same idea in Bash.
Any tips?
Thanks