HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

lz — List all files inside a '.tar.gz' compressed archive. More information: <https://manned.org/lz>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
tarcommandfilesallcliinsidelistlz
linux

Problem

How to use the lz command: List all files inside a '.tar.gz' compressed archive. More information: <https://manned.org/lz>.

Solution

lz — List all files inside a '.tar.gz' compressed archive. More information: <https://manned.org/lz>.

List all files inside a compressed archive:
lz {{path/to/file.tar.gz}}

Code Snippets

List all files inside a compressed archive

lz {{path/to/file.tar.gz}}

Context

tldr-pages: linux/lz

Revisions (0)

No revisions yet.