Skip to content

Instantly share code, notes, and snippets.

@ctemplin
Last active August 22, 2021 15:20
Show Gist options
  • Save ctemplin/f5ff99a16705f0accc776915ad16de62 to your computer and use it in GitHub Desktop.
Save ctemplin/f5ff99a16705f0accc776915ad16de62 to your computer and use it in GitHub Desktop.
Sort pacman packages by size.
expac '%m\t%n' -H M | sort -hr | less
@ctemplin
Copy link
Author

Using bmenu is another option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment