1 .TH zpm-shell 8 2019-02-14 "ZPM 0.3"
3 zpm-shell \- list files in a zpm package
7 \fBzpm-shell\fR is a custom build sqlite3 shell, with vercmp added
8 as a collation functions. It is indended for zpm scripting, rather
9 than general use as it lacks readline and history support.
11 Any options are passed through to the general sqlite3 shell.
14 zpm shell $ZPMDB 'select package from packages'
15 Will run the given query against an sqlite3 database found in $ZPMDB
17 0 on success non zero on failure