in reply to Re: Using perl to speed up a series of bash commands by transforming them into a single command that will run everything in parallel.
in thread Using perl to speed up a series of bash commands by transforming them into a single command that will run everything in parallel.
On many systems I see now a days, /bin/sh is a symlink to /bin/bash ... there are a lot of people in the world who don't know there use to be a simple shell called 'sh' that didn't have all of bash's bells and whistles.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using perl to speed up a series of bash commands by transforming them into a single command that will run everything in parallel.
by ikegami (Patriarch) on Jun 09, 2006 at 23:10 UTC | |
|
Re^3: Using perl to speed up a series of bash commands by transforming them into a single command that will run everything in parallel.
by dsheroh (Monsignor) on Jun 10, 2006 at 15:55 UTC |