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

7 lines
116 B
Bash
Raw Normal View History

2020-10-30 22:02:38 +02:00
#! /bin/sh
2020-06-21 12:41:26 +02:00
2020-10-30 22:02:38 +02:00
expac -SsH M "%m: %n$\t%d" "$@" | sort -h | tr "$" "\n"
2020-06-21 12:41:26 +02:00
# less verbose: expac -S -H M "%m %n"|sort -n