Path: utzoo!utgpu!cs.utexas.edu!uunet!decwrl!megatest!ivan From: ivan@megatest.UUCP (Ivan Batinic) Newsgroups: alt.sources Subject: Re: dictionary s/w w/ wildcard Keywords: spell dict Message-ID: <15444@sunspot.megatest.UUCP> Date: 28 Feb 91 19:09:42 GMT References: <1991Feb28.142828.208@ssd.kodak.com> Reply-To: ivan@sunspot.UUCP (Ivan Batinic) Organization: Megatest Corporation, San Jose, Ca Lines: 19 I'm not sure if this will suffice, but I have an alias called 'spell' which simply does 'grep !* /usr/dict/words' (I don't use the spell subsystem, so I get away with this alias. You can then do any regular expression search: spell oo /* find all words having oo spell "^req" /* find all words begining with "req" etc... Hope that's good enough! Ivan -- <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Email: {sun,decwrl,fortune,pyramid}!megatest!ivan Disclaimer: All opinions expressed herein are my own, do not necessarily reflect those of my employer, and, are quite possibly worthless.