| XARGS ( 1 ) | USER COMMANDS | XARGS ( 1 ) |
|---|
Arguments in the standard input must be separated by unquoted blank characters, or unescaped blank characters or newline characters. A string of zero or more non-double-quote and non-newline characters can be quoted by enclosing them in double-quotes. A string of zero or more non-apostrophe and non-newline characters can be quoted by enclosing them in apostrophes. Any unquoted character can be escaped by preceding it with a backslash. The utility will be executed one or more times until the end-of-file is reached. The results are unspecified if command attempts to read from its standard input.