Files
cheatsheet-tldr/tldr/linux/lz
2025-12-01 00:25:28 +00:00

14 lines
276 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`