-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

jar


> Java Applications/Libraries Packager.

More information.


Recursively archive all files in the current directory into a .jar file:

jar cf {file.jar} *

Unzip .jar/.war file to the current directory:

jar -xvf {file.jar}

List a .jar/.war file content:

jar tf {path/to/file.jar}

List a .jar/.war file content with verbose output:

jar tvf {path/to/file.jar}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 15:45:02 2024