19b50d902SRodney W. Grimes.\" Copyright (c) 1983, 1990, 1993 29b50d902SRodney W. Grimes.\" The Regents of the University of California. All rights reserved. 39b50d902SRodney W. Grimes.\" 49b50d902SRodney W. Grimes.\" Redistribution and use in source and binary forms, with or without 59b50d902SRodney W. Grimes.\" modification, are permitted provided that the following conditions 69b50d902SRodney W. Grimes.\" are met: 79b50d902SRodney W. Grimes.\" 1. Redistributions of source code must retain the above copyright 89b50d902SRodney W. Grimes.\" notice, this list of conditions and the following disclaimer. 99b50d902SRodney W. Grimes.\" 2. Redistributions in binary form must reproduce the above copyright 109b50d902SRodney W. Grimes.\" notice, this list of conditions and the following disclaimer in the 119b50d902SRodney W. Grimes.\" documentation and/or other materials provided with the distribution. 12fbbd9655SWarner Losh.\" 3. Neither the name of the University nor the names of its contributors 139b50d902SRodney W. Grimes.\" may be used to endorse or promote products derived from this software 149b50d902SRodney W. Grimes.\" without specific prior written permission. 159b50d902SRodney W. Grimes.\" 169b50d902SRodney W. Grimes.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 179b50d902SRodney W. Grimes.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 189b50d902SRodney W. Grimes.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 199b50d902SRodney W. Grimes.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 209b50d902SRodney W. Grimes.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 219b50d902SRodney W. Grimes.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 229b50d902SRodney W. Grimes.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 239b50d902SRodney W. Grimes.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 249b50d902SRodney W. Grimes.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 259b50d902SRodney W. Grimes.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 269b50d902SRodney W. Grimes.\" SUCH DAMAGE. 279b50d902SRodney W. Grimes.\" 28*1578c22eSMateusz Piotrowski.Dd January 28, 2022 299b50d902SRodney W. Grimes.Dt APPLY 1 3062500372SRuslan Ermilov.Os 319b50d902SRodney W. Grimes.Sh NAME 329b50d902SRodney W. Grimes.Nm apply 339b50d902SRodney W. Grimes.Nd apply a command to a set of arguments 349b50d902SRodney W. Grimes.Sh SYNOPSIS 358fe908efSRuslan Ermilov.Nm 366ec34d21SPhilippe Charnier.Op Fl a Ar c 376ec34d21SPhilippe Charnier.Op Fl d 38*1578c22eSMateusz Piotrowski.Op Cm - Ns Ar # 396ec34d21SPhilippe Charnier.Ar command argument ... 409b50d902SRodney W. Grimes.Sh DESCRIPTION 413898680cSPhilippe CharnierThe 428fe908efSRuslan Ermilov.Nm 433898680cSPhilippe Charnierutility runs the named 449b50d902SRodney W. Grimes.Ar command 459b50d902SRodney W. Grimeson each 469b50d902SRodney W. Grimesargument 479b50d902SRodney W. Grimes.Ar argument 489b50d902SRodney W. Grimesin turn. 499b50d902SRodney W. Grimes.Pp 509b50d902SRodney W. GrimesCharacter sequences of the form 519b50d902SRodney W. Grimes.Dq Li \&%d 529b50d902SRodney W. Grimesin 539b50d902SRodney W. Grimes.Ar command , 549b50d902SRodney W. Grimeswhere 55bc64b318SEivind Eklund.Sq Li d 569b50d902SRodney W. Grimesis a digit from 1 to 9, are replaced by the 579b50d902SRodney W. Grimes.Li d Ns \'th 589b50d902SRodney W. Grimesfollowing unused 599b50d902SRodney W. Grimes.Ar argument . 609b50d902SRodney W. GrimesIn this case, the largest digit number of arguments are discarded for 619b50d902SRodney W. Grimeseach execution of 629b50d902SRodney W. Grimes.Ar command . 639b50d902SRodney W. Grimes.Pp 649b50d902SRodney W. GrimesThe options are as follows: 656ec34d21SPhilippe Charnier.Bl -tag -width indent 66*1578c22eSMateusz Piotrowski.It Cm - Ns Ar # 679b50d902SRodney W. GrimesNormally arguments are taken singly; the optional number 68*1578c22eSMateusz Piotrowski.Ar # 699b50d902SRodney W. Grimesspecifies the number of arguments to be passed to 709b50d902SRodney W. Grimes.Ar command . 719b50d902SRodney W. GrimesIf the number is zero, 729b50d902SRodney W. Grimes.Ar command 739b50d902SRodney W. Grimesis run, without arguments, once for each 749b50d902SRodney W. Grimes.Ar argument . 759b50d902SRodney W. Grimes.Pp 769b50d902SRodney W. GrimesIf any sequences of 779b50d902SRodney W. Grimes.Dq Li \&%d 78bc64b318SEivind Eklundoccur in 79bc64b318SEivind Eklund.Ar command , 80bc64b318SEivind Eklundthe 814aabdf7dSMike Pritchard.Fl # 829b50d902SRodney W. Grimesoption is ignored. 836ec34d21SPhilippe Charnier.It Fl a Ar c 849b50d902SRodney W. GrimesThe use of the character 85bc64b318SEivind Eklund.Sq Li % 869b50d902SRodney W. Grimesas a magic character may be changed with the 879b50d902SRodney W. Grimes.Fl a 889b50d902SRodney W. Grimesoption. 896ec34d21SPhilippe Charnier.It Fl d 906ec34d21SPhilippe CharnierDisplay the commands that would have been executed, but do not actually 916ec34d21SPhilippe Charnierexecute them. 929b50d902SRodney W. Grimes.El 9384717b42SPoul-Henning Kamp.Sh ENVIRONMENT 949b50d902SRodney W. GrimesThe following environment variable affects the execution of 958fe908efSRuslan Ermilov.Nm : 969b50d902SRodney W. Grimes.Bl -tag -width SHELL 979b50d902SRodney W. Grimes.It Ev SHELL 989b50d902SRodney W. GrimesPathname of shell to use. 999b50d902SRodney W. GrimesIf this variable is not defined, the Bourne shell is used. 1009b50d902SRodney W. Grimes.El 1016c7216dfSRuslan Ermilov.Sh FILES 1026c7216dfSRuslan Ermilov.Bl -tag -width /bin/sh -compact 1036c7216dfSRuslan Ermilov.It Pa /bin/sh 1046c7216dfSRuslan Ermilovdefault shell 1056c7216dfSRuslan Ermilov.El 1069b50d902SRodney W. Grimes.Sh EXAMPLES 1079b50d902SRodney W. Grimes.Bl -tag -width apply -compact 1086a2561ebSRuslan Ermilov.It Li "apply echo *" 109bc64b318SEivind Eklundis similar to 110bc64b318SEivind Eklund.Xr ls 1 ; 1119b50d902SRodney W. Grimes.It Li "apply \-2 cmp a1 b1 a2 b2 a3 b3" 1129b50d902SRodney W. Grimescompares the `a' files to the `b' files; 1139b50d902SRodney W. Grimes.It Li "apply \-0 who 1 2 3 4 5" 114bc64b318SEivind Eklundruns 115bc64b318SEivind Eklund.Xr who 1 116bc64b318SEivind Eklund5 times; and 1179b50d902SRodney W. Grimes.It Li "apply \'ln %1 /usr/joe\'" * 1189b50d902SRodney W. Grimeslinks all files in the current directory to the directory 1199b50d902SRodney W. Grimes.Pa /usr/joe . 1209b50d902SRodney W. Grimes.El 1216c7216dfSRuslan Ermilov.Sh HISTORY 1226c7216dfSRuslan ErmilovThe 1236c7216dfSRuslan Ermilov.Nm 1246c7216dfSRuslan Ermilovcommand appeared in 1256c7216dfSRuslan Ermilov.Bx 4.2 . 126306005e7SPhilippe Charnier.Sh AUTHORS 127306005e7SPhilippe Charnier.An Rob Pike 1289b50d902SRodney W. Grimes.Sh BUGS 1299b50d902SRodney W. GrimesShell metacharacters in 1309b50d902SRodney W. Grimes.Ar command 1319b50d902SRodney W. Grimesmay have bizarre effects; it is best to enclose complicated 1329b50d902SRodney W. Grimescommands in single quotes 133bc64b318SEivind Eklund.Pq '' . 1343d1a0148STim J. Robbins.Pp 1353d1a0148STim J. RobbinsThe 1363d1a0148STim J. Robbins.Nm 1373d1a0148STim J. Robbinsutility does not recognize multibyte characters. 138