diff --git a/pages/common/zmore.md b/pages/common/zmore.md new file mode 100644 index 0000000000..e905152e11 --- /dev/null +++ b/pages/common/zmore.md @@ -0,0 +1,24 @@ +# zmore + +> View gzip compressed files with `more`. +> More information: . + +- Open a compressed file: + +`zmore {{path/to/file.txt.gz}}` + +- Display the next page of the file: + +`` + +- Search for a pattern in the file (press `n` to go to next match): + +`/{{regular_expression}}` + +- Exit: + +`q` + +- Display interactive command help: + +`h`