summaryrefslogtreecommitdiff
path: root/packsize
diff options
context:
space:
mode:
Diffstat (limited to 'packsize')
-rwxr-xr-xpacksize3
1 files changed, 3 insertions, 0 deletions
diff --git a/packsize b/packsize
new file mode 100755
index 0000000..0aa3fdc
--- /dev/null
+++ b/packsize
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+dpkg-query -W --showformat='${Package} ${Installed-Size}\n' | sort -k2 -n -r