Hi there again..
Another question
I have a script that runs 3 seperate scripts like below:
script1.sh &
script2.sh &
script3.sh &
it pushes it all to the background. I need to run a script script4.sh that would start after ALL THREE scripts script1.sh script2.sh and script3.sh has been completed. Is that possible? And how do i do that?
TIA
JD
Another question
I have a script that runs 3 seperate scripts like below:
script1.sh &
script2.sh &
script3.sh &
it pushes it all to the background. I need to run a script script4.sh that would start after ALL THREE scripts script1.sh script2.sh and script3.sh has been completed. Is that possible? And how do i do that?
TIA
JD