look.1

来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行

1
60
字号


LOOK(1)                   Minix Programmer's Manual                    LOOK(1)


NAME
     look - find lines in a sorted list

SYNOPSIS
     look [-df] string [file]

DESCRIPTION
     Look consults a sorted file and prints all lines that begin with  string.
     It  uses  binary  search.  The options -d and -f affect comparisons as in
     sort(1).  If no file is specified, /usr/lib/dict/words  is  assumed  with
     collating sequence -df.

OPTIONS

     -d   Dictionary order: compare letters, digits and whitespace.

     -f   Fold. Upper case letters compare equal to lower case.

FILES

     /usr/lib/dict/words      Sorted list of English words.

SEE ALSO
     sort(1), spell(1).

AUTHOR
     Kees J. Bot (kjb@cs.vu.nl)

























                                                                             1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?