How can I execute a command for file which has address of jar files. The command that I want to execute is jar xf entry.jar.
I d like to execute that command and sent the outputs to another file.
Assume my file contains following entries.
a.jar
b.jar
c.jar
What I want is simply extract these jar files and sent the output to another file.