Merge pull request #50 from hastinbe/add-zcommands

Add zcat, zmore, zless, zgrep
This commit is contained in:
Joshua Levy
2015-06-16 20:08:59 -07:00

View File

@ -190,6 +190,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