瀏覽代碼

zcat: add -l example (#2823)

RH-sdavey 6 年之前
父節點
當前提交
969ff4328a
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pages/common/zcat.md

+ 4 - 0
pages/common/zcat.md

@@ -5,3 +5,7 @@
 - Print the uncompressed contents of a gzipped file to the standard output:
 
 `zcat {{file.txt.gz}}`
+
+- Print compression details of a gzipped file to the standard output:
+
+`zcat -l {{file.txt.gz}}`