pkgdu
—
a tool to display packages disk usage size
pkgdu |
[-hbkmqrR ] [-x
pkgname_glob]
[pkgname_glob] |
pkgdu
displays a sum of file sizes for installed
packages.
The following command line arguments are supported:
-h
-
--help
- Show help and exit.
-b
-
--bytes
- Display size in bytes.
-k
-
--kbytes
- Display size in kilobytes (default).
-m
-
--mbytes
- Display size in Megabytes.
-t
-
--total
- Display a grand total.
-q
-
--quiet
- Show only a grand total. Do not show each package's size.
-r
-
--recursive
- Check all of the packages depending on the matching packages as well.
-R
-
--upward-recursive
- Check all of the packages required by the matching packages as well.
-x
GLOB
-
--exclude
GLOB
- Exclude packages matching the specified glob pattern. Exclusion is
performed after recursing dependency in response to
-r
and/or -R
.
Sergey Matveychuk ⟨sem@FreeBSD.org⟩