|
|
|
|
|
by whitlock
4662 days ago
|
|
If you like xargs, but want more flexibility, I'd highly suggest GNU parallel. Such flexibility includes running jobs on multiple computers, running intensive command using all available CPU's (like xargs -P), and creating unique scripts to handle multiple parameters. http://www.gnu.org/software/parallel/man.html |
|