(imported topic written by anthonymap91)
Does anyone know how to un tar a tar file in an action script?
i tried this, but it did not work.
wait tar xvf /opt/apps/installfiles/wily.822.jboss.pre-jdk1.6.qa.tar
Thanks
(imported topic written by anthonymap91)
Does anyone know how to un tar a tar file in an action script?
i tried this, but it did not work.
wait tar xvf /opt/apps/installfiles/wily.822.jboss.pre-jdk1.6.qa.tar
Thanks
(imported comment written by SystemAdmin)
if you just choose “Script Type sh” you can just use standard shell commands
tar xvf /opt/apps/installfiles/wily.822.jboss.pre-jdk1.6.qa.tar