Tushar Teredesai wrote:

> I used the following to go thru each file:
>    for i in $(find -name "*.xml" | sort)
>    do
>        echo "File: $i"
>        cat $i | aspell -H -l | sort | uniq
>        echo
>        read
>    done

Nice.

> Fixed the ones I could identify, skipped the ones that were in British 
> English.

Thanks.  Taht really helped.

  -- Bruce


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to