Re: BAtch mode spell checker needed.
From: John Culleton (john_at_wexfordpress.com)
Date: 07/23/04
- Next message: Floyd L. Davidson: "Re: Open Source Leaving Microsoft Sitting on the Fence?"
- Previous message: David Dorward: "Re: Seeking an RSS aggregator"
- In reply to: Chris F.A. Johnson: "Re: BAtch mode spell checker needed."
- Next in thread: Will Renkel: "RE: BAtch mode spell checker needed."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Floyd L. Davidson: "Re: Open Source Leaving Microsoft Sitting on the Fence?"
- Previous message: David Dorward: "Re: Seeking an RSS aggregator"
- In reply to: Chris F.A. Johnson: "Re: BAtch mode spell checker needed."
- Next in thread: Will Renkel: "RE: BAtch mode spell checker needed."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Loading