https://bugs.kde.org/show_bug.cgi?id=500412

--- Comment #14 from John <[email protected]> ---
Since I can't edit the last comment, I found out that if you modify the
dmidecode piped awk command to $2 instead of $0, like:
sudo dmidecode -t memory | awk
'/Size:[[:space:]]No[[:space:]]Module[[:space:]]Installed/ {next}/Size:/ {print
$2}';
It gives just the number in GiB.
I don't know what it gives when there are more sticks, but I assume it will
give a new line for each stick with its size.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to