@@ -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}}`
+# zless
+> View compressed files.
+- Page through a compressed archive with `less`:
+`zless {{file.txt.gz}}`