pavement

Xargs

From FreeBSDwiki
Revision as of 09:30, 30 May 2006 by 129.171.150.67 (Talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

from the manpage:

    The xargs utility reads space, tab, newline and end-of-file delimited
    strings from the standard input and executes utility with the strings as
    arguments.
    Any arguments specified on the command line are given to utility upon
    each invocation, followed by some number of the arguments read from the
    standard input of xargs.  The utility is repeatedly executed until stan-
    dard input is exhausted.
Personal tools