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

Diff for /src/usr.bin/lndir/lndir.1 between version 1.14 and 1.15

version 1.14, 2001/07/04 07:12:38 version 1.15, 2002/02/13 08:33:47
Line 196 
Line 196 
 .Pp  .Pp
 You need to use something like  You need to use something like
 .Bd -unfilled -offset indent  .Bd -unfilled -offset indent
 find todir \|\-type l \|\-print \||\| xargs rm  $ find todir \|\-type l \|\-print \||\| xargs rm
 .Ed  .Ed
 .Pp  .Pp
 to clear out all files before you can relink (if fromdir moved, for instance).  to clear out all files before you can relink (if fromdir moved, for instance).
 Something like  Something like
 .Bd -unfilled -offset indent  .Bd -unfilled -offset indent
 find . \|\\! \|\-type d \|\-print  $ find . \|\\! \|\-type d \|\-print
 .Ed  .Ed
 .Pp  .Pp
 will find all files that are not directories.  will find all files that are not directories.

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15