Merge pull request #50 from hastinbe/add-zcommands

Add zcat, zmore, zless, zgrep
pull/49/merge
Joshua Levy 2015-06-16 20:08:59 -07:00
commit 2a18e53e6f
1 changed files with 2 additions and 0 deletions

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). - 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 ## System debugging