![]() |
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 |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can BASH execute commands on a remote server when the commands are embedded in shell | bash_in_my_head | Shell Programming and Scripting | 1 | 12-04-2008 01:51 AM |
| Execute db2 commands in unix | rollthecoin | AIX | 3 | 04-26-2008 01:17 AM |
| lom don't execute commands | pasalagua | SUN Solaris | 6 | 01-25-2008 04:22 PM |
| Pls Help-Script to execute Commands and write to excel file | Computer_baby | Shell Programming and Scripting | 1 | 01-08-2008 08:34 AM |
| Can Xargs execute multiple commands of evry input file | nilesrex | Shell Programming and Scripting | 4 | 08-30-2006 08:39 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Execute All Commands in A contrl File
Hi ,
I have a situation i need to write a while loop until the end of control file.In the control file i have a 5 lines which contains commands.how can i execute all with out waiting for the first one to complete. Ex ControlFile: ScripitName Test ScriptName Test1 ScriptName Test2 while read -r inline do $inline # inline = ScriptName Test done < ControlFile I need to complete the whole loop with out waiting until the execution of the previous command. Appreciate your help. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|