Skip to content

Instantly share code, notes, and snippets.

@msjyoo
Created December 6, 2014 06:07
Show Gist options
  • Save msjyoo/cc0b3f8981cdccf7d4d2 to your computer and use it in GitHub Desktop.
Save msjyoo/cc0b3f8981cdccf7d4d2 to your computer and use it in GitHub Desktop.
Get Ubuntu's Physical Memory Size in MegaBytes in Integer Form
echo "scale = 0; $(grep -oP '(?<=MemTotal: )\d+?(?=\skB)' /proc/meminfo) / 1024" | bc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment