1 .TH zpm-extract 8 2019-02-14 "ZPM 0.3"
3 zpm-extract \- extract files from a zpm database
12 extracts file content specified by hash, or a unique prefix of a hash,
13 to the path specified. The permissions are set to 0600, and the
14 owner and group will be the current user and group.
18 specify the package file to find packages in
21 zpm extract abcdef012 /tmp/out
22 Extract from $ZPMDB the contents of a file whose sha256 hash begins with
23 abcdef012 to /tmp/out.
25 0 on success non zero on failure