2 lines
125 B
Bash
2 lines
125 B
Bash
#!/bin/sh
|
|
pacman -Qi %s | grep -E '^Version|^Installed Size' | cut -d':' -f2- | tr -d ' ' | sed 's/ //g;1!s/iB$//g;1!s/B//g'
|