]> err.no Git - moreutils/commit
parallel: Implement -l (maxload) and -i (replace {})
authorTollef Fog Heen <tfheen@err.no>
Tue, 30 Jun 2009 02:49:07 +0000 (04:49 +0200)
committerTollef Fog Heen <tfheen@err.no>
Tue, 30 Jun 2009 02:49:07 +0000 (04:49 +0200)
commite608a0284a84bb37a5a621eae72b0a456ec5484b
tree4ab7f814c0bbb0fedb9354b3f153c2c3a16ac178
parent397defef1f5994344d261cda1cfffb1e21d935cc
parallel: Implement -l (maxload) and -i (replace {})

Add support for only starting jobs when the load average is low
enough, this is done with -l and acts similarly to how make does it.

In order to construct more complex commands, add -i which will make
parallel replace {} with the argument at an arbitrary place in the
command line.
parallel.c