diff --git a/pages/common/zcat.md b/pages/common/zcat.md new file mode 100644 index 000000000..14a0ab1cb --- /dev/null +++ b/pages/common/zcat.md @@ -0,0 +1,7 @@ +# zcat + +> Print data from gzip compressed files. + +- Print the uncompressed contents of a gzipped file to the standard output: + +`zcat {{file.txt.gz}}` diff --git a/pages/common/zless.md b/pages/common/zless.md new file mode 100644 index 000000000..19188479e --- /dev/null +++ b/pages/common/zless.md @@ -0,0 +1,7 @@ +# zless + +> View compressed files. + +- Page through a compressed archive with `less`: + +`zless {{file.txt.gz}}`