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

 

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

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

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

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

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

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

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




APPLY(1)                  BSD General Commands Manual                 APPLY(1)

NAME
     apply -- apply a command to a set of arguments

SYNOPSIS
     apply [-a c] [-d] [-#] command argument ...

DESCRIPTION
     The apply utility runs the named command on each argument argument in turn.

     Character sequences of the form ``%d'' in command, where `d' is a digit from 1 to 9, are replaced by
     the d'th following unused argument.  In this case, the largest digit number of arguments are discarded
     for each execution of command.

     The options are as follows:

     -#      Normally arguments are taken singly; the optional number -# specifies the number of arguments
             to be passed to command.  If the number is zero, command is run, without arguments, once for
             each argument.

             If any sequences of ``%d'' occur in command, the -# option is ignored.

     -a c    The use of the character `%' as a magic character may be changed with the -a option.

     -d      Display the commands that would have been executed, but do not actually execute them.

ENVIRONMENT
     The following environment variable affects the execution of apply:

     SHELL  Pathname of shell to use.  If this variable is not defined, the Bourne shell is used.

EXAMPLES
     apply echo a*
            is similar to ls(1);
     apply -2 cmp a1 b1 a2 b2 a3 b3
            compares the `a' files to the `b' files;
     apply -0 who 1 2 3 4 5
            runs who(1) 5 times; and
     apply 'ln %1 /usr/joe' *
            links all files in the current directory to the directory /usr/joe.

FILES
     /bin/sh  default shell

AUTHORS
     Rob Pike

BUGS
     Shell metacharacters in command may have bizarre effects; it is best to enclose complicated commands in
     single quotes ('').

HISTORY
     The apply command appeared in 4.2BSD.

BSD                              April 4, 1994                             BSD

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

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

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