Tagged articles
5 articles
Page 1 of 1
Python Crawling & Data Mining
Python Crawling & Data Mining
Feb 18, 2024 · Operations

How to Recursively Unzip Nested ZIP Files with Python

This article walks through a Python solution for automatically extracting multiple nested ZIP archives, providing a complete script that recursively unpacks zip files, explains the logic, and offers tips for sharing code and handling large data files in automation workflows.

RecursionScriptingUnzip
0 likes · 4 min read
How to Recursively Unzip Nested ZIP Files with Python
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
Liangxu Linux
Liangxu Linux
Oct 22, 2019 · Operations

10 Quick Commands to Peek Inside Archives Without Extracting

This guide presents ten practical Linux commands—including Vim, tar, rar, unzip, zipinfo, zcat, zless, and less—that let you view the contents and metadata of archive or compressed files directly without extracting them first, saving time and effort.

Unziparchivecommand-line
0 likes · 7 min read
10 Quick Commands to Peek Inside Archives Without Extracting