[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.4 and 1.5

version 1.4, 1996/09/27 13:52:47 version 1.5, 1998/04/28 07:42:59
Line 103 
Line 103 
 .Sh EXAMPLES  .Sh EXAMPLES
 .Bl -tag -width apply -compact  .Bl -tag -width apply -compact
 .It Li "apply echo a*"  .It Li "apply echo a*"
 is similar to ls(1);  is similar to
   .Xr ls 1 ;
 .It Li "apply \-2 cmp a1 b1 a2 b2 a3 b3"  .It Li "apply \-2 cmp a1 b1 a2 b2 a3 b3"
 compares the `a' files to the `b' files;  compares the `a' files to the `b' files;
 .It Li "apply \-0 who 1 2 3 4 5"  .It Li "apply \-0 who 1 2 3 4 5"
 runs who(1) 5 times; and  runs
   .Xr who 1
   5 times; and
 .It Li "apply \'ln %1 /usr/joe\'" *  .It Li "apply \'ln %1 /usr/joe\'" *
 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.4  
changed lines
  Added in v.1.5