Tag

tar

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Feb 17, 2022 · Fundamentals

Handling Various Compressed File Formats in Python (zip, tar.gz, rar, 7z)

This article explains how to work with common compressed file formats such as zip, tar.gz, rar, and 7z in Python, detailing the relevant modules, usage patterns, and providing complete code examples for creating and extracting archives on both Windows and Linux.

7zfile compressionrar
0 likes · 10 min read
Handling Various Compressed File Formats in Python (zip, tar.gz, rar, 7z)
Selected Java Interview Questions
Selected Java Interview Questions
Jan 24, 2022 · Operations

Common Linux Compression and Archiving Tools: Commands and Usage

This article provides a comprehensive overview of the most frequently used Linux compression utilities (zip, gzip, bzip2, xz) and the tar archiving command, detailing their syntax, key options, how to combine them, and practical examples for compressing and extracting files and directories.

Bzip2LinuxXZ
0 likes · 9 min read
Common Linux Compression and Archiving Tools: Commands and Usage
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