[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.17 and 1.18

version 1.17, 2002/02/13 08:33:46 version 1.18, 2003/03/12 20:12:37
Line 98 
Line 98 
 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 EXAMPLES  .Sh EXAMPLES
 .Cm "$ apply echo a*"  .Li "$ apply echo a*"
 .Pp  .Pp
 Similar to  Similar to
 .Xr ls 1 .  .Xr ls 1 .
 .Pp  .Pp
 .Cm "$ apply \-2 cmp a1 b1 a2 b2 a3 b3"  .Li "$ apply \-2 cmp a1 b1 a2 b2 a3 b3"
 .Pp  .Pp
 Compares the  Compares the
 .Dq a  .Dq a
Line 111 
Line 111 
 .Dq b  .Dq b
 files.  files.
 .Pp  .Pp
 .Cm "$ apply \-0 who 1 2 3 4 5"  .Li "$ apply \-0 who 1 2 3 4 5"
 .Pp  .Pp
 Runs  Runs
 .Xr who 1  .Xr who 1
 5 times.  5 times.
 .Pp  .Pp
 .Cm "$ apply \'ln %1 /usr/joe\'" *  .Li "$ apply \'ln %1 /usr/joe\'" *
 .Pp  .Pp
 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 .

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18