parallel bash scripts

Dave Ihnat dihnat at dminet.com
Tue Mar 27 21:58:28 UTC 2012


On Tue, Mar 27, 2012 at 05:25:56PM -0400, bruce wrote:
> got a couple of test bash scripts.
> ... 
> I'm trying to figure out how to run the scripts in parallel, from the
> same parent shell script. something like:

Have you tried

  nohup cat.sh 2>&1&
  nohup dog.sh 2>&1&

Cheers,
--
	Dave Ihnat


More information about the users mailing list