]> pd.if.org Git - zpackage/blob - doc/zpm-shell.8
remove stray debug fprintf
[zpackage] / doc / zpm-shell.8
1 .TH zpm-shell 8 2019-02-14 "ZPM 0.3"
2 .SH NAME
3 zpm-shell \- list files in a zpm package
4 .SH SYNOPSIS
5 .B zpm shell
6 .SH DESCRIPTION
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.
10 .SH OPTIONS
11 Any options are passed through to the general sqlite3 shell.
12 .SH EXAMPLES
13 .TP
14 zpm shell $ZPMDB 'select package from packages'
15 Will run the given query against an sqlite3 database found in $ZPMDB
16 .SH EXIT STATUS
17 0 on success non zero on failure
18 .SH FILES
19 None.
20 .SH ENVIRONMENT
21 Same as sqlite3
22 .SH AUTHOR
23 Nathan Wagner
24 .SH SEE ALSO
25 .BR zpm (8)
26 .BR sqlite3 (1)