Last active
June 24, 2021 03:14
-
-
Save stokito/a6124104a44e5251b3beae24ddf195cd to your computer and use it in GitHub Desktop.
openwrt opkg size of all packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep -H Installed-Size: /usr/lib/opkg/info/*.control | sed 's,^.*/\([^/]\+\)\.control:Installed-Size: *\(.*\),\2\t\1,' | sort -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment