From 88f0243428c4cf39029c8ffc5a7e1634951158a0 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Wed, 21 Jan 2026 10:36:12 +0100 Subject: add comments to some scripts --- packsize | 1 + 1 file changed, 1 insertion(+) (limited to 'packsize') diff --git a/packsize b/packsize index 0aa3fdc..e725447 100755 --- a/packsize +++ b/packsize @@ -1,3 +1,4 @@ #!/bin/sh +# List all installed packages and list them by their size. dpkg-query -W --showformat='${Package} ${Installed-Size}\n' | sort -k2 -n -r -- cgit v1.2.3