diff options
author | Dan McDonald <danmcd@joyent.com> | 2020-09-22 10:39:49 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2020-09-22 10:39:49 -0400 |
commit | 267e12a7d9bf6e5fcefb9cc00f46bfff0dc5226e (patch) | |
tree | 19a3941920d0039c35d53a5cbee189b5ca51995a /usr/src/man/man1/find.1 | |
parent | 517abc5c668925e6092495bf332233c3599980d2 (diff) | |
parent | e9faba760cdf80d7dfa110fe0830917ab94668c2 (diff) | |
download | illumos-joyent-vpc.tar.gz |
Merge branch 'master' into vpcvpc
Diffstat (limited to 'usr/src/man/man1/find.1')
-rw-r--r-- | usr/src/man/man1/find.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/usr/src/man/man1/find.1 b/usr/src/man/man1/find.1 index d393a3197d..3e1b3959ee 100644 --- a/usr/src/man/man1/find.1 +++ b/usr/src/man/man1/find.1 @@ -47,7 +47,7 @@ .\" Copyright (c) 2013 Andrew Stormont. All rights reserved. .\" Copyright 2020 Joyent, Inc. .\" -.TH FIND 1 "Feb 20, 2020" +.TH FIND 1 "Aug 23, 2020" .SH NAME find \- find files .SH SYNOPSIS @@ -226,6 +226,18 @@ True if the file's status was changed \fIn\fR days ago. .sp .ne 2 .na +\fB\fB-delete\fR\fR +.ad +.RS 17n +Always true. Deletes the files and folders found recursing from the current +directory. This option implicitly enables \fB-depth\fR and is incompatible +with following symlinks, if specified. For security reasons, relative paths +starting with '\fB\&/\fR' are not allowed. +.RE + +.sp +.ne 2 +.na \fB\fB-depth\fR\fR .ad .RS 17n |