From fa3e734a2f81c7aa2d560fc31dd653ef5779471e Mon Sep 17 00:00:00 2001 From: Beau Hastings Date: Tue, 16 Jun 2015 19:16:38 -0500 Subject: [PATCH] Add zcat, zmore, zless, zgrep Signed-off-by: Beau Hastings --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index faa6be5..a0ad4c8 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,8 @@ Scope: - To split files into pieces, see `split` (to split by size) and `csplit` (to split by a pattern). +- Use `zless`, `zmore`, `zcat`, and `zgrep` to operate on compressed files. + ## System debugging