Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека разработчика Mac Разработчик
Поиск

 

Эта страница руководства для  версии 10.9 Mac OS X

Если Вы выполняете различную версию  Mac OS X, просматриваете документацию локально:

Читать страницы руководства

Страницы руководства предназначаются как справочник для людей, уже понимающих технологию.

  • Чтобы изучить, как руководство организовано или узнать о синтаксисе команды, прочитайте страницу руководства для страниц справочника (5).

  • Для получения дополнительной информации об этой технологии, ищите другую документацию в Библиотеке Разработчика Apple.

  • Для получения общей информации о записи сценариев оболочки, считайте Shell, Пишущий сценарий Учебника для начинающих.




LOOK(1)                   BSD General Commands 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 com-pared compared
     pared and the case of alphabetic characters is ignored.

     The following options are available:

     -d      Dictionary character set and order, i.e., only alphanumeric characters are compared.

     -f      Ignore the case of alphabetic characters.

     -t      Specify a string termination character, i.e., only the characters in string up to and including
             the first occurrence of termchar are compared.

ENVIRONMENT
     The LANG, LC_ALL and LC_CTYPE environment variables affect the execution of the look utility.  Their
     effect is described in environ(7).

FILES
     /usr/share/dict/words  the dictionary

EXIT STATUS
     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.

COMPATIBILITY
     The original manual page stated that tabs and blank characters participated in comparisons when the -d
     option was specified.  This was incorrect and the current man page matches the historic implementation.

SEE ALSO
     grep(1), sort(1)

HISTORY
     A look utility appeared in Version 7 AT&T UNIX.

BUGS
     Lines are not compared according to the current locale's collating order.  Input files must be sorted
     with LC_COLLATE set to `C'.

BSD                              July 17, 2004                             BSD

Сообщение о проблемах

Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:

Ошибки содержания
Ошибки отчета в содержании этой документации со ссылками на отзыв ниже.
Отчеты об ошибках
Сообщите об ошибках в функциональности описанного инструмента или API через Генератор отчетов Ошибки.
Форматирование проблем
Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.