diff options
author | yar <yar@FreeBSD.org> | 2001-06-29 12:59:20 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2001-06-29 12:59:20 +0000 |
commit | 75f9f9392e8f7072abdc5febce31fb65f0488757 (patch) | |
tree | b438128e95174f534a679a948c0999c5a854b466 /usr.bin/find | |
parent | 9a1f6416f4887280498a50f0ce6ee9d2daa952cc (diff) | |
download | FreeBSD-src-75f9f9392e8f7072abdc5febce31fb65f0488757.zip FreeBSD-src-75f9f9392e8f7072abdc5febce31fb65f0488757.tar.gz |
Clarify the feature that -exec parameters won't get
shell-expanded when the specified utility is run.
MFC after: 5 days
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 6ff3bda..348615c 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -225,6 +225,11 @@ arguments it is replaced by the pathname of the current file. will be executed from the directory from which .Nm was executed. +.Ar Utility +and +.Ar arguments +are not subject to the further expansion of shell patterns +and constructs. .It Ic -execdir Ar utility Op Ar argument ... ; The .Ic -execdir |