Clean up and add gzip description about aux utilities

As suggested in #176 by Kiran Ghimire (Cimihan123).
This commit is contained in:
Andrea Cardaci 2021-03-02 17:49:45 +01:00
parent 161512c6e2
commit af562d63cb

View File

@ -1,9 +1,10 @@
--- ---
description: There are also a number of other utilities that rely on `gzip` under the hood, e.g., `zless`, `zcat`, `gunzip`, etc. Besides having similar features, they also allow privileged reads if `gzip` itself is SUID.
functions: functions:
file-read: file-read:
- code: | - code: |
LFILE=file_to_read LFILE=file_to_read
gzip -f $LFILE -t gzip -f $LFILE -t
suid: suid:
- code: | - code: |
LFILE=file_to_read LFILE=file_to_read