LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

lz

lists the contents of

TLDR

List archive contents
$ lz [path/to/file.tar.gz]
copy

SYNOPSIS

lz file.tar.gz

DESCRIPTION

lz lists the contents of a .tar.gz compressed archive without extracting it. It is a simple wrapper that provides quick access to archive contents.

INSTALL

sudo apt install mtools
copy
sudo dnf install mtools
copy
sudo pacman -S mtools
copy
sudo apk add mtools
copy
sudo zypper install mtools
copy
brew install mtools
copy
nix profile install nixpkgs#mtools
copy

CAVEATS

Specifically for .tar.gz files. Use tar -tzf directly for more options and control.

SEE ALSO

tar(1), gzip(1), zcat(1)

Copied to clipboard
Kai