From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27138 invoked from network); 7 Oct 2020 09:21:41 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 7 Oct 2020 09:21:41 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 98E139CF8C; Wed, 7 Oct 2020 19:21:34 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 15AFC9CF6D; Wed, 7 Oct 2020 19:20:42 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 252CA9CF6D; Wed, 7 Oct 2020 19:20:40 +1000 (AEST) Received: from freefriends.org (freefriends.org [96.88.95.60]) by minnie.tuhs.org (Postfix) with ESMTPS id 5818B9CF59 for ; Wed, 7 Oct 2020 19:20:39 +1000 (AEST) X-Envelope-From: arnold@skeeve.com Received: from freefriends.org (freefriends.org [96.88.95.60]) by freefriends.org (8.14.7/8.14.7) with ESMTP id 0979KVRQ022536 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 7 Oct 2020 03:20:32 -0600 Received: (from arnold@localhost) by freefriends.org (8.14.7/8.14.7/Submit) id 0979KVYa022535; Wed, 7 Oct 2020 03:20:31 -0600 From: arnold@skeeve.com Message-Id: <202010070920.0979KVYa022535@freefriends.org> X-Authentication-Warning: frenzy.freefriends.org: arnold set sender to arnold@skeeve.com using -f Date: Wed, 07 Oct 2020 03:20:31 -0600 To: scj@yaccman.com, arnold@skeeve.com References: <202009190151.08J1pYnb066792@tahoe.cs.dartmouth.edu> <202009201842.08KIgn2f022401@freefriends.org> In-Reply-To: User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [TUHS] reviving a bit of WWB X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tuhs@tuhs.org, doug@cs.dartmouth.edu Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Hello Steve, scj@yaccman.com wrote: > About once a month I wish I had /usr/dict/words on my machine... On my Ubuntu Linux system: $ ls -l /usr/share/dict total 2372 -rw-r--r-- 1 root root 971578 Oct 20 2017 american-english -rw-r--r-- 1 root root 967402 Oct 20 2017 british-english -rw-r--r-- 1 root root 477238 Aug 4 2017 cracklib-small -rw-r--r-- 1 root root 199 Oct 10 2016 README.select-wordlist lrwxrwxrwx 1 root root 30 Mar 31 2020 words -> /etc/dictionaries-common/words lrwxrwxrwx 1 root root 16 Mar 31 2020 words.pre-dictionaries-common -> american-english $ ls -l /etc/dictionaries-common/words lrwxrwxrwx 1 root root 32 Mar 31 2020 /etc/dictionaries-common/words -> /usr/share/dict/american-english And my port of Doug's spell(1) from V10 (see my github): $ ls src/v10spell/ american brspell.v10 list mkfile README.md spellsh.in stop amspell.v10 ChangeLog local pcode.c spell.1 spell-wrapper.sh tools british code.h makefile README spell.pdf sprog.c HTH, Arnold