mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
common/z*: add more information link (#6445)
This commit is contained in:
parent
6086247131
commit
82e685e155
6 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# zcat
|
# zcat
|
||||||
|
|
||||||
> Print data from gzip compressed files.
|
> Print data from gzip compressed files.
|
||||||
|
> More information: <https://www.gnu.org/software/gzip/manual/gzip.html>.
|
||||||
|
|
||||||
- Print the uncompressed contents of a gzipped file to the standard output:
|
- Print the uncompressed contents of a gzipped file to the standard output:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# zdb
|
# zdb
|
||||||
|
|
||||||
> ZFS debugger.
|
> ZFS debugger.
|
||||||
|
> More information: <https://manned.org/zdb>.
|
||||||
|
|
||||||
- Show detailed configuration of all mounted ZFS zpools:
|
- Show detailed configuration of all mounted ZFS zpools:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# zfs
|
# zfs
|
||||||
|
|
||||||
> Manage ZFS filesystems.
|
> Manage ZFS filesystems.
|
||||||
|
> More information: <https://manned.org/zfs>.
|
||||||
|
|
||||||
- List all available zfs filesystems:
|
- List all available zfs filesystems:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# zip
|
# zip
|
||||||
|
|
||||||
> Package and compress (archive) files into zip file.
|
> Package and compress (archive) files into zip file.
|
||||||
|
> More information: <https://manned.org/zip>.
|
||||||
|
|
||||||
- Package and compress files and directories [r]ecursively:
|
- Package and compress files and directories [r]ecursively:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# zless
|
# zless
|
||||||
|
|
||||||
> View compressed files.
|
> View compressed files.
|
||||||
|
> More information: <https://manned.org/zless>.
|
||||||
|
|
||||||
- Page through a compressed archive with `less`:
|
- Page through a compressed archive with `less`:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# zpool
|
# zpool
|
||||||
|
|
||||||
> Manage ZFS pools.
|
> Manage ZFS pools.
|
||||||
|
> More information: <https://manned.org/zpool>.
|
||||||
|
|
||||||
- Show the configuration and status of all ZFS zpools:
|
- Show the configuration and status of all ZFS zpools:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue