Lines Matching +full:non +full:- +full:standard
60 utility reads space, tab, newline and end-of-file delimited strings
61 from the standard input and executes
69 from the standard input of
71 This is repeated until standard input is exhausted.
76 Single quotes escape all non-single quote characters, excluding newlines,
78 Double quotes escape all non-double quote characters, excluding newlines,
83 .Bl -tag -width indent
84 .It Fl 0 , Fl -null
136 will use the data read from standard input to replace the first occurrence of
163 .Dl /bin/ls -1d [A-Z]* | xargs -J % cp -Rp % destdir
175 .It Fl n Ar number , Fl -max-args= Ns Ar number
176 Set the maximum number of arguments taken from standard input for each
183 standard input arguments if the number of bytes accumulated (see the
201 .It Fl P Ar maxprocs , Fl -max-procs= Ns Ar maxprocs
212 .It Fl p , Fl -interactive
221 .It Fl r , Fl -no-run-if-empty
241 option for command-line compatibility with GNU
263 .It Fl s Ar size , Fl -max-chars= Ns Ar size
276 - 4096.
277 .It Fl t , Fl -verbose
278 Echo the command to be executed to standard error immediately before it
280 .It Fl x , Fl -exit
296 reads from the standard input.
330 .Bd -literal -offset indent
331 $ seq 1 9 | xargs -L3 echo
337 Duplicate every line from standard input:
338 .Bd -literal -offset indent
339 $ echo -e "one\\ntwo\\nthree" | xargs -I % echo % %
347 every one of them using one of the directories from the standard input:
348 .Bd -literal -offset indent
349 echo -e "/usr/ports\\n/etc\\n/usr/local" | xargs -J % -P2 -n1 find % -name file
359 .St -p1003.2
365 options are non-standard