[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.44 and 1.45

version 1.44, 2005/03/13 00:17:19 version 1.45, 2005/03/14 15:22:27
Line 64 
Line 64 
 .It Fl d  .It Fl d
 Causes  Causes
 .Nm  .Nm
 to perform a depth-first traversal, i.e., directories  to visit directories in post-order
 are visited in post-order and all entries in a directory will be acted  i.e. all entries in a directory will be acted on before the directory itself.
 on before the directory itself.  
 By default,  By default,
 .Nm  .Nm
 visits directories in pre-order, i.e., before their contents.  visits directories in pre-order i.e. before their contents.
 Note, the default is  
 .Em not  
 a breadth-first traversal.  
 .It Fl f Ar path  .It Fl f Ar path
 Specifies a file hierarchy for  Specifies a file hierarchy for
 .Nm  .Nm

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45