mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 12:58:16 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user