Re: BAtch mode spell checker needed.

From: John Culleton (john_at_wexfordpress.com)
Date: 07/23/04


Date: 23 Jul 2004 13:00:13 -0700


"Chris F.A. Johnson" <cfajohnson@gmail.com> wrote in message
>
> No need for vim, uniq, temporary files or manual labour:
>
> ispell -l -t < nuclea~1.txt |
> grep -v -e "^[A-Z]" |
> sort -u > words

Aha! Very elegant. Thanks for the piping lesson :-)

John C.


Loading