lzcat, lzma, unlzma, unxz, xzcat: add page (#9091)
This commit is contained in:
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`
|
Reference in New Issue
Block a user