Threading ??? Shell Scripts

Brian D. McGrew brian at visionpro.com
Tue Jun 27 18:57:23 UTC 2006


Is there any way to sort of make a shell script threaded???

Something like...

#!/bin/sh

Func1()
{
	Param=$1
}

Func2()
{
	Param=$1
}

Func1 test1 &
Func2 test2 &
Func1 test &

???

I think I got the write concept but bad implementation???

:b!

Brian D. McGrew { brian at visionpro.com || brian at doubledimension.com }
--
> This is a test.  This is only a test!
  Had this been an actual emergency, you would have been
  told to cancel this test and seek professional assistance!





More information about the fedora-list mailing list