The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 09-19-2006
jack1981 jack1981 is offline
Registered User
  
 

Join Date: Jul 2006
Posts: 42
Quote:
Originally Posted by gkrishnag
Hi

I have a script, where i need to execute the follwoing scripts/commands in my script. but those should be executed one by one

cd /aa/205/jams
.cmd/mass_all.sh - -> execution of this will take atleast 20-30mins
wait
cd $HOME/precompile
ant-Ddir.location=$HOME/tomcat/webapps - -> execution of this will take atleast 20-30mins
wait
cd /dist
ant-Ddir.location=advance-Drelease=2.0.5 -Ddir.base=$HOME - - ->execution of this will take atleast 20-30mins

how do i mange all of these in the script...

Any idea can some one....tell me what i need to use..
That should do it