hello,
I need to create a script that will execute 5 programs (C program), with the following validation:
-> run Prog1
if Prog1 executed properly
then run Prog2
if Prog2 executed properly
then run Prog3
if Prog3 executed properly
then run Prog4
if Prog4 executed properly
then run Prog5
... please advise, Im a newbie in korn shell.