zupdate/commands/aur_ext_size
2020-08-21 10:17:56 +02:00

2 lines
111 B
Bash

#!/bin/sh
yay -Si --logfile /dev/null %s | grep '^Version' | cut -d':' -f2- | sed 's/ //g;1!s/iB$//g;1!s/B//g'