1
0
Fork 0
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:
Miles Glapa-Grossklag 2021-09-01 12:08:03 -07:00 committed by GitHub
parent 6086247131
commit 82e685e155
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 0 deletions

View file

@ -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:

View file

@ -1,6 +1,7 @@
# zdb
> ZFS debugger.
> More information: <https://manned.org/zdb>.
- Show detailed configuration of all mounted ZFS zpools:

View file

@ -1,6 +1,7 @@
# zfs
> Manage ZFS filesystems.
> More information: <https://manned.org/zfs>.
- List all available zfs filesystems:

View file

@ -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:

View file

@ -1,6 +1,7 @@
# zless
> View compressed files.
> More information: <https://manned.org/zless>.
- Page through a compressed archive with `less`:

View file

@ -1,6 +1,7 @@
# zpool
> Manage ZFS pools.
> More information: <https://manned.org/zpool>.
- Show the configuration and status of all ZFS zpools: