Document -depth

This commit is contained in:
David E. O'Brien 2001-10-06 18:07:32 +00:00
parent 31b2da2bea
commit 9b4e871a4f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84595

View File

@ -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 ... ;