Gregor Hartmann wrote: > Where I don't have a clue at the moment is how to get the red lined words out > of the *.odt document again?
The easy way out is to run "hunspell -l" from the command line. You can pipe the output through "sort | uniq -c | sort -nr" to get the most frequently occurring missing words at the top. -- Lars Aronsson ([EMAIL PROTECTED]) Aronsson Datateknik - http://aronsson.se --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
