blob: fe0deb6bb1da272a0308c34d5ca566edfbc87718 (
plain)
1
2
3
4
5
6
7
8
|
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 (a la make -j) for running many
jobs in parallel.
Note that as far as anyone can tell, this is no longer maintained.
It may not build on every system pkgsrc supports.
|