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
|
||||
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# zdb
|
||||
|
||||
> ZFS debugger.
|
||||
> More information: <https://manned.org/zdb>.
|
||||
|
||||
- Show detailed configuration of all mounted ZFS zpools:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# zfs
|
||||
|
||||
> Manage ZFS filesystems.
|
||||
> More information: <https://manned.org/zfs>.
|
||||
|
||||
- List all available zfs filesystems:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# zip
|
||||
|
||||
> Package and compress (archive) files into zip file.
|
||||
> More information: <https://manned.org/zip>.
|
||||
|
||||
- Package and compress files and directories [r]ecursively:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# zless
|
||||
|
||||
> View compressed files.
|
||||
> More information: <https://manned.org/zless>.
|
||||
|
||||
- Page through a compressed archive with `less`:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# zpool
|
||||
|
||||
> Manage ZFS pools.
|
||||
> More information: <https://manned.org/zpool>.
|
||||
|
||||
- Show the configuration and status of all ZFS zpools:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue