blob: 3f380d8f21e35379b49cfb9ada2730df455a7293 (
plain)
1
2
3
4
5
|
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.
|