mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 15:39:06 +00:00
xargs.1: access ' character portably
* xargs/xargs.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
cd4977172c
commit
4e562ab11f
@ -1,9 +1,11 @@
|
||||
.TH XARGS 1 2024-06-03 findutils \" -*- nroff -*-
|
||||
.ie \n(.g \{\
|
||||
. ds ' \(aq
|
||||
. ds en \(en
|
||||
. ds ~~ \~
|
||||
.\}
|
||||
.el \{\
|
||||
. ds ' '
|
||||
. ds en \-
|
||||
. ds ~~ \ \" backslash, space
|
||||
.\}
|
||||
@ -546,7 +548,8 @@ uses, and you can also use an extra invocation of
|
||||
to ensure that very long lines do not occur.
|
||||
For example:
|
||||
.P
|
||||
.B somecommand | xargs \-s 50000 echo | xargs \-I '{}' \-s 100000 rm '{}'
|
||||
.B somecommand | xargs \-s 50000 echo | xargs \-I \*'{}\*' \-s 100000 \
|
||||
rm \*'{}\*'
|
||||
.P
|
||||
Here, the first invocation of
|
||||
.B xargs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user