[BACK]Return to apply.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / apply

Diff for /src/usr.bin/apply/apply.1 between version 1.12 and 1.13

version 1.12, 2000/11/09 17:52:01 version 1.13, 2000/11/10 05:10:21
Line 97 
Line 97 
 Debug mode.  Debug mode.
 Print commands to the standard output but do not actually execute them.  Print commands to the standard output but do not actually execute them.
 .El  .El
 .Sh ENVIRONMENT  
 The following environment variable affects the execution of  
 .Nm apply :  
 .Bl -tag -width SHELL  
 .It Ev SHELL  
 Pathname of shell to use.  
 If this variable is not defined, the Bourne shell is used.  
 .El  
 .Sh EXAMPLES  .Sh EXAMPLES
 .Bl -tag -width apply  .Bl -tag -width apply
 .It Li "apply echo a*"  .It Li "apply echo a*"
Line 124 
Line 116 
 links all files in the current directory to the directory  links all files in the current directory to the directory
 .Pa /usr/joe .  .Pa /usr/joe .
 .El  .El
   .Sh ENVIRONMENT
   The following environment variable affects the execution of
   .Nm apply :
   .Bl -tag -width SHELL
   .It Ev SHELL
   Pathname of shell to use.
   If this variable is not defined, the Bourne shell is used.
   .El
 .Sh FILES  .Sh FILES
 .Bl -tag -width /bin/sh -compact  .Bl -tag -width /bin/sh -compact
 .It Pa /bin/sh  .It Pa /bin/sh
Line 133 
Line 133 
 .Xr xargs 1  .Xr xargs 1
 .Sh AUTHOR  .Sh AUTHOR
 Rob Pike  Rob Pike
   .Sh HISTORY
   The
   .Nm
   command appeared in
   .Bx 4.2 .
 .Sh BUGS  .Sh BUGS
 Shell metacharacters in  Shell metacharacters in
 .Ar command  .Ar command
 may have bizarre effects; it is best to enclose complicated  may have bizarre effects; it is best to enclose complicated
 commands in single quotes  commands in single quotes
 .Pq '' .  .Pq '' .
 .Sh HISTORY  
 The  
 .Nm  
 command appeared in  
 .Bx 4.2 .  

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13