LOOK.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. LOOK(1)                   Minix Programmer's Manual                    LOOK(1)
  2. NAME
  3.      look - find lines in a sorted list
  4. SYNOPSIS
  5.      look [-df] string [file]
  6. DESCRIPTION
  7.      Look consults a sorted file and prints all lines that begin with  string.
  8.      It  uses  binary  search.  The options -d and -f affect comparisons as in
  9.      sort(1).  If no file is specified, /usr/lib/dict/words  is  assumed  with
  10.      collating sequence -df.
  11. OPTIONS
  12.      -d   Dictionary order: compare letters, digits and whitespace.
  13.      -f   Fold. Upper case letters compare equal to lower case.
  14. FILES
  15.      /usr/lib/dict/words      Sorted list of English words.
  16. SEE ALSO
  17.      sort(1), spell(1).
  18. AUTHOR
  19.      Kees J. Bot (kjb@cs.vu.nl)
  20.                                                                              1