The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-01-2008
uneex uneex is offline
Registered User
  
 

Join Date: May 2008
Posts: 6
Need help for automated shell script

hi,

I have a system with 3 O/S on it ( win 32, RHEL 4 32 & 64)

I'm very new to shell scripting and I'm seeking for help in this matter..

I want to have an automated script on REDHAT that would run/open multiple applications one after other timed out at 20 seconds interval.

Eg: /applications/app1
/applications/app2
/applications/app3

The above three applications should opening up one after another .

Thanking you in advance for your help.