Created
May 27, 2016 22:04
-
-
Save brianwhigham/d95b44e9562464e370f6ac58d4195fd0 to your computer and use it in GitHub Desktop.
show used swap using bash
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/sh | |
free -m | awk 'NR==4{print $3 }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment