mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
34bf4de5e3
Submitted by: Stephen Gunn <csg@fedex.com>
6 lines
298 B
Plaintext
6 lines
298 B
Plaintext
xapply (Extended Apply) is an clever derivative of xargs and apply.
|
|
Using list or tabular input from one or more descriptors, xapply
|
|
executes a template command modified for each input. It supports
|
|
simple split on token expression, and has support (ala make -j)
|
|
for running many jobs in parallel.
|