Question

I'm trying to run hunspell over my source tree. However when I run this:

find . -name *.html | xargs hunspell -H

The Hunspell editor comes up on the screen, but it won't accept any typed input - all of the input appears at the next command prompt when I type Ctrl+C to exit the hunspell editor. Is there a way I can pipe files to hunspell?

Thanks, Kevin

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top