summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/find.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/find/find.1')
-rw-r--r--usr.bin/find/find.112
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 652011e..680810e 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)find.1 8.7 (Berkeley) 5/9/95
-.\" $Id: find.1,v 1.9 1997/05/19 16:33:26 eivind Exp $
+.\" $Id: find.1,v 1.10 1997/05/19 18:16:00 jdp Exp $
.\"
.Dd May 9, 1995
.Dt FIND 1
@@ -163,6 +163,16 @@ arguments it is replaced by the pathname of the current file.
will be executed from the directory from which
.Nm find
was executed.
+.It Ic -execdir Ar utility Op argument ... ;
+The
+.Ic \&-execdir
+primary is identical to the
+.Ic -exec
+primary with the exception that
+.Ar Utility
+will be executed from the directory that holds
+the current file. The filename substituted for
+the string ``{}'' is not qualified.
.It Ic -fstype Ar type
True if the file is contained in a file system of type
.Ar type .
OpenPOWER on IntegriCloud