Files
cheatsheet-tldr/tldr/linux/lz

14 lines
278 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.1>.
- List all files inside a compressed archive:
`lz {{path/to/file.tar.gz}}`