Tag

Unzip

1 views collected around this technical thread.

DevOps Cloud Academy
DevOps Cloud Academy
Jun 3, 2023 · Backend Development

How to Extract and Inspect JAR Files Using Command‑Line Tools

This guide explains what JAR files are, the typical formats they contain for Java applications, and provides step‑by‑step command‑line commands—including jar and unzip—to list, extract, and examine the contents of JAR archives without modifying the original files.

JarJavaUnzip
0 likes · 3 min read
How to Extract and Inspect JAR Files Using Command‑Line Tools
Practical DevOps Architecture
Practical DevOps Architecture
Dec 10, 2020 · Fundamentals

Using zip, unzip, and tar for Compression and Archiving on Linux

This guide explains how to install and use the zip, unzip, and tar commands on Linux to compress files, create archives, list contents, extract data, and apply gzip, bzip2, or xz compression with various options and examples.

Unziparchivingcommand-line
0 likes · 7 min read
Using zip, unzip, and tar for Compression and Archiving on Linux