mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 04:16:29 +08:00
Add zcat, zmore, zless, zgrep
Signed-off-by: Beau Hastings <beausy@gmail.com>
This commit is contained in:
parent
dde8a54db8
commit
fa3e734a2f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue