]> pd.if.org Git - zpackage/blob - doc/zpm-contents.8
30a320208ef07ef241e4f703861e50dbe0a4a4d3
[zpackage] / doc / zpm-contents.8
1 .TH zpm-contents 8 2018-11-30 "ZPM 0.2"
2 .SH NAME
3 zpm-contents \- list files in a zpm package
4 .SH SYNOPSIS
5 .B zpm contents
6 [
7 .BI -f " pkgfile"
8 ]
9 [
10 .B -ln
11 ]
12 .RI [ package ...]
13 .RB [ :
14 .IR glob ...\fR]
15 .SH DESCRIPTION
16 \fBzpm-contents\fR lists files belonging to any of the given packages,
17 or all packages.  Additionally, the list of packages can be
18 terminated with ':' and any additional arguments are glob patterns.
19 .SH OPTIONS
20 .TP
21 \-f
22 specify the package file to find packages in
23 .TP
24 \-n
25 list file paths only
26 .TP
27 \-l
28 long listing, with file mode and ownership, overrides \-n
29 .SH EXAMPLES
30 zpm contents 
31 .SH EXIT STATUS
32 0 on success non zero on failure
33 .SH FILES
34 /var/lib/zpm/local.db
35 .SH ENVIRONMENT
36 ZPMDB
37 .SH AUTHOR
38 Nathan Wagner
39 .SH SEE ALSO
40 zpm(8)