Bug: This AWK script is fragile and depends on specific dmidecode output format. Different BIOS versions format differently.
dmidecode -t memory | awk '
/Memory Device/,/^$/ {
if (/Size:/ && !/No Module Installed/) {
Bug: This AWK script is fragile and depends on specific dmidecode output format. Different BIOS versions format differently.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
dmidecode -t memory | awk '
/Memory Device/,/^$/ {
if (/Size:/ && !/No Module Installed/) {
Bug: This AWK script is fragile and depends on specific dmidecode output format. Different BIOS versions format differently.
Converted to bash with regex