-
Notifications
You must be signed in to change notification settings - Fork 5
/
cpigs.8
45 lines (44 loc) · 1.57 KB
/
cpigs.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.TH CPIGS 8 "2022-10-22" "cruft-ng" "Debian cruft-ng documentation"
.SH "NAME"
cpigs \- Show which installed packages occupy the most variable space
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
\&\fBcpigs\fR [\fIoptions\fR]
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
\&\fBcpigs\fR sorts the installed packages by size from the
\fIcruft-ng\fR database and outputs the largest ones.
Per default dpigs displays the largest 10 packages. You can change
this value by using the \fB\-n\fR option (see OPTIONS).
.SH "OPTIONS"
.IX Header "OPTIONS"
.IP "\fB[\-n]\fR \fIN\fR" 4
.IX Item "-n"
Display the N largest packages on the system (default 10).
.IP "\fB\-c\fR" 4
.IX Item "-c"
Export in a plain .csv format, only the volatile files.
.IP "\fB\-C\fR" 4
.IX Item "-C"
Export the whole system statuc in same .csv format,
also include static files managed by \fBdpkg\fR.
.IP "\fB\-e\fR" 4
.IX Item "-e"
Export in the JSON format expected by "ncdu".
.SH "AUTHOR"
.IX Header "AUTHOR"
Alexandre Detiste <[email protected]>
.SH "COPYRIGHT AND LICENCE"
.IX Header "COPYRIGHT AND LICENCE"
Copyright (C) 2022 Alexandre Detiste <[email protected]>.
.PP
This program is free software; you can redistribute it and/or modify
it under the terms of the \s-1GNU\s0 General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
.PP
On Debian systems, a copy of the \s-1GNU\s0 General Public License version 2
can be found in \fI/usr/share/common\-licenses/GPL\-2\fR.
.SH "SEE ALSO"
.IX Header "SEE ALSO"
\&\fBdpigs\fR\|(1), \fBcruft\fR\|(8), \fBncdu\fR\|(1)