looklook
[options
] string
[file
]
Solaris only. Look through a sorted file and print all lines that begin with string . Words may be up to 256 characters long. This program is potentially faster than fgrep because it relies on the file being already sorted, and can thus do a binary search through the file, instead of reading it sequentially from beginning to end. With no file
, look
searches /usr/share/lib/dict/words
(the spelling dictionary) with options Options |
|