look.1
来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 39 行
1
39 行
.TH LOOK 1.SH NAMElook \- find lines in a sorted list.SH SYNOPSIS.B look.RB [ \-df ].I string.RI [ file ].SH DESCRIPTION.B Lookconsults a sorted file and prints all lines that begin with.IR string .It uses binary search. The options.B \-dand.B \-faffect comparisons as in.BR sort (1).If no file is specified,.B /usr/lib/dict/wordsis assumed with collating sequence.BR \-df ..SH OPTIONS.TP 5.B \-dDictionary order: compare letters, digits and whitespace..TP 5.B \-fFold. Upper case letters compare equal to lower case..SH FILES.TP 25.B /usr/lib/dict/wordsSorted list of English words..SH "SEE ALSO".BR sort (1),.BR spell (1)..SH AUTHORKees J. Bot (kjb@cs.vu.nl)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?