Manual Page Result
0
Command: look | Section: 1 | Source: UNIX v7 | File: look.1
LOOK(1) General Commands 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):
d `Dictionary' order: only letters, digits, tabs and blanks partici-
pate in comparisons.
f Fold. Upper case letters compare equal to lower case.
If no file is specified, /usr/dict/words is assumed with collating se-
quence -df.
FILES
/usr/dict/words
SEE ALSO
sort(1), grep(1)
LOOK(1)