[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-bash] parallel processing in bash (to replace for loop)
From: |
Peng Yu |
Subject: |
[Help-bash] parallel processing in bash (to replace for loop) |
Date: |
Thu, 26 Jan 2012 21:57:59 -0600 |
Hi,
I have see a number of ways to parallelize for loop. However, none of
the methods is syntactically clean and easy (as I would want, maybe
they are good enough for others) to use with bash. I'm wondering what
is the best practice to parallelize a for loop in bash as of now.
E.g:
http://pebblesinthesand.wordpress.com/2008/05/22/a-srcipt-for-running-processes-in-parallel-in-bash/
or gnu parallel
--
Regards,
Peng
- [Help-bash] parallel processing in bash (to replace for loop),
Peng Yu <=