Hi All,
I want to execute a set of commands in unix in sequence.
say,
sh ABC.sh job1 20010505 C/..../log
sh ABC.sh job1 20010506 C/..../log
sh ABC.sh job1 20010507 C/..../log
sh ABC.sh job1 20010508 C/..../log
..
How i can write a loop to execute these commands one after another in sequence.
Also, untill the first command is runs completely, the second should not get executed.
The only variant in all these commands is the date.
I am just learning unix scripts...if someone could pitch in with their suggestions it would be great..!!
Regards,
Bruce