Created
April 19, 2016 18:04
-
-
Save heyLu/487b6cb18829fd471d3c1654adeeed94 to your computer and use it in GitHub Desktop.
Packages sorted by size
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
#!/bin/sh | |
pacman -Qi | grep -e '^Installed Size' -e '^Name' -e '^$' | perl -0777 -pe 's/Name\s+: ([-.a-zA-Z0-9]+)\nInstalled Size\s+: ([^\n]+) ([KM])iB\n/\2\3\t\1/gs' | sort -h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment