XARGS(1L) XARGS(1L)
[-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]] [-n max-args]
[-s max-chars] [-P max-procs] [--null] [--eof[=eof-str]]
[--replace[=replace-str]] [--max-lines[=max-lines]] [--interactive]
[--max-chars=max-chars] [--verbose] [--exit] [--max-procs=max-procs]
[--max-args=max-args] [--no-run-if-empty] [--version] [--help] [command
[initial-arguments]]
GNU
xargs
xargs
( ) command ( /bin/echo) initial-arguments
command command
xargs
0
123 command 1-125
124 command 255
125 command kill
126 command
127 command
1
--null, -0
GNU find -print0
xargs
--eof[=eof-str], -e[eof-str]
eof-str
eof-str
"_"
--help xargs
--replace[=replace-str], -i[replace-str]
initial arguments replace-str
replace-str "{}" (`find -exec' )
-x -l 1
--max-lines[=max-lines], -l[max-lines]
max-lines ()
1
-x
--max-args=max-args, -n max-args
max-args
(-s ) max-args
-x
xargs
--interactive, -p
`y' `Y'
-t
--no-run-if-empty, -r
--max-chars=max-chars, -s max-chars
max-chars
initial arguments
20 x 1024
--verbose, -t
--version
xargs
--exit, -x
(-s )
--max-procs=max-procs, -P max-procs
max-procs
1
max-procs 0 xargs -n -P
find(1L),
locate(1L), locatedb(5L), updatedb(1L)
Finding Files (on-line in Info, or printed)
XARGS(1L)