瀏覽代碼

sha256sum: add example (#14819)

Trần Đình Đồng 3 月之前
父節點
當前提交
88ec1e13ef
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pages/common/sha256sum.md

+ 4 - 0
pages/common/sha256sum.md

@@ -26,3 +26,7 @@
 - Only show a message when verification fails, ignoring missing files:
 
 `sha256sum --ignore-missing --check --quiet {{path/to/file.sha256}}`
+
+- Check known SHA256 sum of a file:
+
+`echo {{known-sha256-sum-of-the-file}} {{path/to/file}} | sha256sum --check`