Peter Tripp 9 anni fa
parent
commit
4ef0b5a7d7
2 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  1. 7 0
      pages/common/zcat.md
  2. 7 0
      pages/common/zless.md

+ 7 - 0
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}}`

+ 7 - 0
pages/common/zless.md

@@ -0,0 +1,7 @@
+# zless
+
+> View compressed files.
+
+- Page through a compressed archive with `less`:
+
+`zless {{file.txt.gz}}`