lzcat, lzma, unlzma, unxz, xzcat: add page (#9091)

pull/1/head
Ilhan 2022-10-16 02:33:07 +03:00 committed by GitHub
parent 5a5cfc61ac
commit 152686c0d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 0 deletions

8
pages/common/lzcat.md Normal file
View 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
View 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
View 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
View 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
View 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`