Created
October 1, 2020 09:22
-
-
Save marcusscomputer/bf38ccf1c81c18ff7fd3f26fe5c4c606 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
free | awk '/Mem/{printf("RAM Usage: %.2f%\n"), $3/$2*100}' | awk '{print $3}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment