Skip to content

Instantly share code, notes, and snippets.

@stokito
Last active June 24, 2021 03:14
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stokito/a6124104a44e5251b3beae24ddf195cd to your computer and use it in GitHub Desktop.
Save stokito/a6124104a44e5251b3beae24ddf195cd to your computer and use it in GitHub Desktop.
openwrt opkg size of all packages
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