mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 07:37:52 +00:00
find.1: access ` character portably
When using ` as the Unix shell's command output substitution operator, use the portable *roff `\(ga` special character escape sequence to ensure that we really format a grave accent rather than a typographer's single quotation mark (‘). * find/find.1: Do the above. Discussed at: https://lists.gnu.org/r/bug-findutils/2025-11/msg00094.html Copyright-paperwork-exempt: Yes
This commit is contained in:
parent
a81c9c431d
commit
e0d0dab353
@ -2266,7 +2266,7 @@ and
|
||||
.
|
||||
.SH EXAMPLES
|
||||
.\" A bulleted \(bu list of examples.
|
||||
.SS "Simple `find|xargs` approach"
|
||||
.SS "Simple \(gafind|xargs\(ga approach"
|
||||
.IP \(bu 4n
|
||||
Find files named
|
||||
.I core
|
||||
@ -2283,7 +2283,7 @@ and delete them.
|
||||
Note that this will work incorrectly if there are
|
||||
any filenames containing newlines, single or double quotes, or spaces.
|
||||
.
|
||||
.SS "Safer `find \-print0 | xargs \-0` approach"
|
||||
.SS "Safer \(gafind \-print0 | xargs \-0\(ga approach"
|
||||
.IP \(bu 4n
|
||||
Find files named \fIcore\fP in or below the directory \fI/tmp\fP
|
||||
and delete them, processing filenames in such a way that file or
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user