Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
RedHat
Solaris
Others
LOOK(1) OpenBSD Reference Manual LOOK(1)
NAME
look - display lines beginning with a given string
SYNOPSIS
look [-df] [-t termchar] string [file]
DESCRIPTION
The look utility displays any lines in file which contain string as a
prefix. As look performs a binary search, the lines in file must be
sorted.
If file is not specified, the file /usr/share/dict/words is used. Only
alphanumeric characters are compared and the case of alphabetic charac-
ters is ignored.
The options are as follows:
-d Dictionary character set and order, i.e. only alphanumeric char-
acters are compared.
-f Ignore the case of alphabetic characters.
-t termchar
Specify a string termination character, i.e. only the characters
in string up to and including the first occurrence of termchar
are compared.
The look utility exits 0 if one or more lines were found and displayed, 1
if no lines were found, and >1 if an error occurred.
FILES
/usr/share/dict/words the dictionary
SEE ALSO
grep(1), sort(1)
COMPATIBILITY
The original manual page stated that tabs and blank characters partici-
pated in comparisons when the -d option was specified. This was incor-
rect and the current man page matches the historic implementation.
HISTORY
look appeared in Version 7 AT&T UNIX.
OpenBSD 2.6 June 14, 1993 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for look(1) OpenBSD sources for look(1)
Up to: Text File Output - Methods of printing and displaying text files.
Up to: File Viewers - Viewing the contents of files in various forms.
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
RedHat
Solaris
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware >
look.1/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|