diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-23 10:47:16 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-23 10:47:16 +0000 |
commit | 2c59cebd05256d180e591c451c1d086ff0a183de (patch) | |
tree | 95d77c74a9c10b95a5b7e339d37733a33dcf89fb /usr.bin | |
parent | 2551bab14a10af564516c537a1490aaa745cefe5 (diff) |
One more slight change.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/lndir/lndir.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/lndir/lndir.1 b/usr.bin/lndir/lndir.1 index e648e297a5b..ae3b8328174 100644 --- a/usr.bin/lndir/lndir.1 +++ b/usr.bin/lndir/lndir.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lndir.1,v 1.4 1997/06/22 23:10:56 downsj Exp $ +.\" $OpenBSD: lndir.1,v 1.5 1997/06/23 10:47:15 downsj Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -175,11 +175,13 @@ You need to use something like .Bd -unfilled -offset indent find todir \|\-type l \|\-print \||\| xargs rm .Ed +.Pp to clear out all files before you can relink (if fromdir moved, for instance). Something like .Bd -unfilled -offset indent find . \|\\! \|\-type d \|\-print .Ed +.Pp will find all files that are not directories. .Sh SEE ALSO .Xr find 1 , |