dots-of-war/files/scripts/packageSizes.sh

7 lines
115 B
Bash
Raw Normal View History

2020-05-05 16:21:27 +00:00
#!/bin/bash
expac -SsH M "%m: %n$\t%d" $@ | sort -h | tr '$' '\n'
# less verbose: expac -S -H M "%m %n"|sort -n