summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/find.1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-10-06 18:07:32 +0000
committerobrien <obrien@FreeBSD.org>2001-10-06 18:07:32 +0000
commit255e13a69a10a6b2a2477549e48f524b81ab22f5 (patch)
tree6a8f64a7bb1a7c7126ac788996fe7eab117ff243 /usr.bin/find/find.1
parent93864b29c85e4d24da07bfd6c352e242cc457039 (diff)
downloadFreeBSD-src-255e13a69a10a6b2a2477549e48f524b81ab22f5.zip
FreeBSD-src-255e13a69a10a6b2a2477549e48f524b81ab22f5.tar.gz
Document -depth
Diffstat (limited to 'usr.bin/find/find.1')
-rw-r--r--usr.bin/find/find.113
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 0c7d3d2..8023dca 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -250,6 +250,19 @@ character in its pathname relative to
.Dq Pa \&.
for security reasons.
Depth\-first traversal processing is implied by this option.
+.It Ic -depth
+Always true;
+same as the
+.Fl d
+option.
+.Ic -depth
+can be useful when
+.Nm
+is used with
+.Xr cpio 1
+to process files that are contained in directories with unusual permissions.
+It enures that you have write permission while you are placing files in a
+directory then sets the directory's permissions as the last thing.
.It Ic -empty
True if the current file or directory is empty.
.It Ic -exec Ar utility Op Ar argument ... ;
OpenPOWER on IntegriCloud