home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2910 < prev    next >
Internet Message Format  |  1991-03-02  |  819b

  1. From: ivan@megatest.UUCP (Ivan Batinic)
  2. Newsgroups: alt.sources
  3. Subject: Re: dictionary s/w w/ wildcard
  4. Message-ID: <15444@sunspot.megatest.UUCP>
  5. Date: 28 Feb 91 19:09:42 GMT
  6.  
  7.  
  8.     I'm not sure if this will suffice, but I have an alias called
  9. 'spell' which simply does 'grep !* /usr/dict/words' (I don't use the
  10. spell subsystem, so I get away with this alias.  You can then do any
  11. regular expression search:
  12.  
  13.     spell oo    /* find all words having oo
  14.     spell "^req"    /* find all words begining with "req"
  15.  
  16.     etc...
  17.  
  18.     Hope that's good enough!
  19.  
  20.     Ivan
  21. -- 
  22. <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
  23. Email:        {sun,decwrl,fortune,pyramid}!megatest!ivan
  24. Disclaimer: All opinions expressed herein are my own, do not necessarily
  25.         reflect those of my employer, and, are quite possibly worthless.
  26.