pigz
Verified for current stable LTS
Pigz Command: List Archive Contents
Use for list archive contents with Pigz. Exact CLI syntax to list archive contents using Pigz.
When to use this: Use for list archive contents with Pigz.
Command Syntax
pigz -l <archive.tar.gz> pigz -l <archive.tar.gz> Command Breakdown
-l- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list archive contents using Pigz.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Pigz Command: Compress Directory Using Tar
tar cf - <path/to/directory> | pigz > <path/to/file.tar.gz> Pigz Command: Compress File Best Compression Method pigz -9 <path/to/file> Pigz Command: Compress File Default Options pigz <path/to/file> Pigz Command: Compress File No Compression Four Processors pigz -0 -p <4> <path/to/file> Pigz Command: Decompress File pigz -d <archive.gz>