1 .TH zpm-hash 8 2018-12-08 "ZPM 0.3"
3 zpm-hash \- list files in a zpm package
10 \fBzpm-hash\fR hashes a file, or standard input if no file is given, and prints
11 the hex encoded hash of the input to stdout, followed by a newline.
12 The hash is the same hash used by zpm internally to track file content.
13 The hash used is SHA-256.
19 cat /dev/null | zpm hash
20 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
23 0 on success non zero on failure