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

Diff for /src/usr.bin/find/find.1 between version 1.9 and 1.10

version 1.9, 1996/09/01 07:26:45 version 1.10, 1996/12/23 04:58:09
Line 156 
Line 156 
 will be executed from the directory from which  will be executed from the directory from which
 .Nm find  .Nm find
 was executed.  was executed.
   .It Ic -execdir Ar utility Op argument ... ;
   The
   .Ic \&-execdir
   primary is identical to the
   .Ic -exec
   primary with the exception that
   .Ar Utility
   will be executed from the directory that holds
   the current file.  The filename substituted for
   the string ``{}'' is not qualified.
 .It Ic -follow  .It Ic -follow
 Follow symbolic links.  Follow symbolic links.
 .It Ic -fstype Ar type  .It Ic -fstype Ar type

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10