![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Threads help | smurf2 | High Level Programming | 1 | 05-15-2009 01:51 PM |
| Threads in Unix shell script | kum5256 | Shell Programming and Scripting | 1 | 04-16-2008 03:45 AM |
| Threads and Threads Count ? | varungupta | UNIX for Advanced & Expert Users | 2 | 03-21-2008 09:23 PM |
| old threads | norsk hedensk | Post Here to Contact Site Administrators and Moderators | 2 | 06-03-2003 05:16 PM |
| nfs threads | i2admin | UNIX for Advanced & Expert Users | 1 | 03-06-2003 11:28 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
threads in ksh script
Hi Unix Gurus,
Please guide me on how to simulate threads in korn-shell scripting. I am new to ksh scripting. What I want is a simple 2 liner code to create two threads and then run two parallel jobs in these two threads at the same time. Also please tell me how to catch the return code in each of these threads. As far as I know threads are not there in ksh, but I heard creating a sub-shell would create the effect. Please guide. Thanks ![]() |