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

 

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

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

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

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

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

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

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




COMM(1)                   BSD General Commands Manual                  COMM(1)

NAME
     comm -- select or reject lines common to two files

SYNOPSIS
     comm [-123i] file1 file2

DESCRIPTION
     The comm utility reads file1 and file2, which should be sorted lexically, and produces three text col-umns columns
     umns as output: lines only in file1; lines only in file2; and lines in both files.

     The filename ``-'' means the standard input.

     The following options are available:

     -1      Suppress printing of column 1.

     -2      Suppress printing of column 2.

     -3      Suppress printing of column 3.

     -i      Case insensitive comparison of lines.

     Each column will have a number of tab characters prepended to it equal to the number of lower numbered
     columns that are being printed.  For example, if column number two is being suppressed, lines printed
     in column number one will not have any tabs preceding them, and lines printed in column number three
     will have one.

     The comm utility assumes that the files are lexically sorted; all characters participate in line com-parisons. comparisons.
     parisons.

ENVIRONMENT
     The LANG, LC_ALL, LC_COLLATE, and LC_CTYPE environment variables affect the execution of comm as
     described in environ(7).

EXIT STATUS
     The comm utility exits 0 on success, and >0 if an error occurs.

SEE ALSO
     cmp(1), diff(1), sort(1), uniq(1)

STANDARDS
     The comm utility conforms to IEEE Std 1003.2-1992 (``POSIX.2'').

     The -i option is an extension to the POSIX standard.

HISTORY
     A comm command appeared in Version 4 AT&T UNIX.

BUGS
     Input lines are limited to LINE_MAX (2048) characters in length.

BSD                            January 26, 2005                            BSD

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

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

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