home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume15 / look_rac / part01 / README < prev   
Text File  |  1990-12-16  |  1KB  |  24 lines

  1.  
  2.     Here's a short, fairly fast, fairly portable version of look.  The
  3.     undocumented (at least here) -ttabchar option is not implemented,
  4.     only because I'm not positive what it does.  If someone with access
  5.     to source can describe its function, I'll add it.  I'm also interested
  6.     to know how this compares speedwise to the original.
  7.  
  8.     Usage: look [-df] string [file]
  9.     file is assumed to be sorted.
  10.     The d and f options behave as in sort(1).
  11.     If -d is given, only letters, digits, tabs and blanks are compared.
  12.     If -f is given, uppercase letters are folded to lowercase - i.e.,
  13.     the search is case insensitive.
  14.     If no file is specified, -df and /usr/dict/words are assumed.
  15.     Return status: 0 if search was successful, 1 if not, and 2 on error.
  16.  
  17.     To build, just cc -O look.c -o look. 
  18.     tolower() is assumed to do the right thing with non-alpha characters.
  19.     Bug reports/comments welcome.
  20.  
  21.     Roger Cornelius
  22.     --
  23.     Roger A. Cornelius          rac@sherpa.UUCP         uunet!sherpa!rac
  24.