![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| fork multiple shells | amit4g | High Level Programming | 3 | 05-01-2008 12:05 PM |
| running multiple scripts | nvuradi | Shell Programming and Scripting | 3 | 08-13-2007 06:53 AM |
| scripts running under different users | csnewbie | UNIX for Dummies Questions & Answers | 1 | 02-14-2007 12:52 PM |
| Running three scripts parallelly | anwarsait | Shell Programming and Scripting | 1 | 07-17-2006 10:20 PM |
| Switching shells in UNIX Scripts | Scoobiez | Shell Programming and Scripting | 2 | 11-10-2005 08:35 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
How to open multiple shells while the scripts keeps running.
Hello, I've tried for a while now to run a bash script that continues to the end, while opening new shells as needed.
I've tried Code:
xterm -e "somecommand"; & xterm -e " somecommand"; Code:
screen -S "somecommand"; & screen -S "somecommand"; I really need the script to open multiple shells at the same time and continue till the end. Any help or direction will be much appreciated. Regards Last edited by Ygor; 12-20-2005 at 09:32 PM. |
| Forum Sponsor | ||
|
|
|
|||
|
Hi there,
I've been trying to do something simular as discriber here with csh scripting with AIX. When I excecute: xterm -e "sleep 5" with or without ; or & the xterm window opens but no command is being excecuted. Any more suggestions? Thanks for any help! Robbert |
|
||||
|
For Nilesrex: The error you received is should show more information.
Quote:
(Also, please start a new thread next time you have a question instead of hijacking someone else's thread - it makes it harder to answer everyone involved. Thanks.) |
||||
| Google The UNIX and Linux Forums |