Skip to content

Instantly share code, notes, and snippets.

@x2es
Created March 26, 2016 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save x2es/e6749e3cab6de9e2e15a to your computer and use it in GitHub Desktop.
Save x2es/e6749e3cab6de9e2e15a to your computer and use it in GitHub Desktop.
bash-tools

actual RAM available

$ free | grep 'buffers/cache' | awk '{ print $4 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment