Skip to content

Instantly share code, notes, and snippets.

@shanecandoit
Created April 30, 2021 01:30
Show Gist options
  • Save shanecandoit/dbfcc966de95ea6b957810e044205b8d to your computer and use it in GitHub Desktop.
Save shanecandoit/dbfcc966de95ea6b957810e044205b8d to your computer and use it in GitHub Desktop.
free -m | awk '{if (NR==2) {print $3" / "$2" = "$3/$2}}'
# 61 / 483 = 0.126294
@shanecandoit
Copy link
Author

free -m | awk '{if (NR==2) {print $3/$2}}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment