Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ look(CT) — Xenix 2.3.4g

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

sort(C)

grep(C)



     LOOK(CT)                 XENIX System V                  LOOK(CT)



     Name
          look - Finds lines in a sorted list.

     Syntax
          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(C):

          -d  Dictionary order: only letters, digits, tabs and blanks
              participate in comparisons.

          -f  Fold.  Uppercase letters compare equal to lowercase.

          If no file is specified, /usr/dict/words is assumed with
          collating sequence -df.

     Files
          /usr/dict/words

     See Also
          sort(C), grep(C)






























     Page 1                                           (printed 8/7/87)



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026