Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-28 00:20:19 +00:00
parent 5bf37ece1a
commit 2c0f4bfdb2
88 changed files with 330 additions and 253 deletions

View File

@@ -5,26 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
---
# lrzuntar
> A wrapper for `lrunzip` to simplify decompression of directories.
> See also: `lrztar`, `lrzip`.
> More information: <https://manned.org/lrzuntar>.
> This command is an alias of `lrztar -d`.
- Decompress from a file to the current directory:
- View documentation for the original command:
`lrzuntar {{path/to/archive.tar.lrz}}`
- Decompress from a file to the current directory using a specific number of processor threads:
`lrzuntar -p {{8}} {{path/to/archive.tar.lrz}}`
- Decompress from a file to the current directory and silently overwrite items that already exist:
`lrzuntar -f {{archive.tar.lrz}}`
- Specify the output path:
`lrzuntar -O {{path/to/directory}} {{archive.tar.lrz}}`
- Delete the compressed file after decompression:
`lrzuntar -D {{path/to/archive.tar.lrz}}`
`tldr lrztar`