Skip to content

Instantly share code, notes, and snippets.

@void285
Created April 17, 2020 02:40
Show Gist options
  • Save void285/0305b6838b9f4aa315fbd043175b30a4 to your computer and use it in GitHub Desktop.
Save void285/0305b6838b9f4aa315fbd043175b30a4 to your computer and use it in GitHub Desktop.
Get Used Space Rate of Root
used=$(df | grep "% /$" | awk '{print $5}' | sed 's/%//g')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment