I have about 20 patches I want to add to a Solaris box. Root shell is ksh, there is a #/bin/sh at the beginning of the script. Basically, I have 20 unzip commands followed by 20 patchadd commands.
unzip xx.zip
.
.
.
patchadd 123456-02
.
.
My question is will patch 1 completely finish unzipping before going to patch 2 to unzip? The same for adding the patches. Will the first patchadd complete before going to the second patchadd?
As you can tell, scripting isn't one of my better areas
) Any help is greatly appreciated.
Thanks,
yowza
unzip xx.zip
.
.
.
patchadd 123456-02
.
.
My question is will patch 1 completely finish unzipping before going to patch 2 to unzip? The same for adding the patches. Will the first patchadd complete before going to the second patchadd?
As you can tell, scripting isn't one of my better areas
Thanks,
yowza