List the content of a jar
Case: you have a jar foo.jar
, and you need list the names of the files in it.
Solution: use the following command:
jar -tf foo.jar
Case: you have a jar foo.jar
, and you need list the names of the files in it.
Solution: use the following command:
jar -tf foo.jar