mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:53:11 +02:00
lzcat, lzma, unlzma, unxz, xzcat: add page (#9091)
This commit is contained in:
parent
5a5cfc61ac
commit
152686c0d5
5 changed files with 40 additions and 0 deletions
8
pages/common/lzcat.md
Normal file
8
pages/common/lzcat.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# lzcat
|
||||
|
||||
> This command is an alias of `xz --format=lzma --decompress --stdout`.
|
||||
> More information: <https://manned.org/lzcat>.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr xz`
|
8
pages/common/lzma.md
Normal file
8
pages/common/lzma.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# lzma
|
||||
|
||||
> This command is an alias of `xz --format=lzma`.
|
||||
> More information: <https://manned.org/lzma>.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr xz`
|
8
pages/common/unlzma.md
Normal file
8
pages/common/unlzma.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# unlzma
|
||||
|
||||
> This command is an alias of `xz --format=lzma --decompress`.
|
||||
> More information: <https://manned.org/unlzma>.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr xz`
|
8
pages/common/unxz.md
Normal file
8
pages/common/unxz.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# unxz
|
||||
|
||||
> This command is an alias of `xz --decompress`.
|
||||
> More information: <https://manned.org/unxz>.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr xz`
|
8
pages/common/xzcat.md
Normal file
8
pages/common/xzcat.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# xzcat
|
||||
|
||||
> This command is an alias of `xz --decompress --stdout`.
|
||||
> More information: <https://manned.org/xzcat>.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr xz`
|
Loading…
Add table
Reference in a new issue