dots-of-war/files/scripts/packageSizes.sh
2020-10-30 22:02:38 +02:00

6 lines
116 B
Bash
Executable file

#! /bin/sh
expac -SsH M "%m: %n$\t%d" "$@" | sort -h | tr "$" "\n"
# less verbose: expac -S -H M "%m %n"|sort -n