Threading in unix

Hii all,
Is there any way to use thread scripting in unix.??
i.e. running multiple command at same time ?

Thankss

You can always run process in background using &.
You can check "parallel" also.

--ahamed

1 Like

Thnx for the reply.

can you please explain the usage of "parallel"..

You can't find a better tutorial than this for parallel. It's got a video also.

Related Thread

HTH
--ahamed

1 Like