1LOOK(1) General Commands Manual LOOK(1)
2
3
4
6 look - find lines in a sorted list
7
9 look [ -df ] string [ file ]
10
12 Look consults a sorted file and prints all lines that begin with
13 string. It uses binary search.
14
15 The options d and f affect comparisons as in sort(1):
16
17 d `Dictionary' order: only letters, digits, tabs and blanks particiā
18 pate in comparisons.
19
20 f Fold. Upper case letters compare equal to lower case.
21
22 If no file is specified, /usr/dict/words is assumed with collating
23 sequence -df.
24
26 /usr/dict/words
27
29 sort(1), grep(1)
30
31
32
33 LOOK(1)