diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2009-10-04 17:22:51 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2009-10-04 17:22:51 +0000 |
| commit | d082285ef7d86f3eacfa5fa3b3d7ae750897c84f (patch) | |
| tree | 1838b12ff5e74dc023f70bb096c882a43d0f1a1f /usr.bin | |
| parent | 18febd47343ae4cd49cdafbe8c04e5c2e955346d (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/find/find.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index d8376d81d870..51c2b790625f 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -306,6 +306,7 @@ character in its pathname relative to .Dq Pa \&. for security reasons. Depth-first traversal processing is implied by this option. +Following symlinks is incompatible with this option. .It Ic -depth Always true; same as the @@ -843,7 +844,7 @@ recent than the current time minus one minute. Use the .Xr echo 1 command to print out a list of all the files. -.It Li "find -L /usr/ports/packages -type l -delete" +.It Li "find -L /usr/ports/packages -type l -exec rm -- {} +" Delete all broken symbolic links in .Pa /usr/ports/packages . .It Li "find /usr/src -name CVS -prune -o -depth +6 -print" |
