Skip to content

Instantly share code, notes, and snippets.

@bixu
Created December 5, 2012 22:48
Show Gist options
  • Save bixu/4220216 to your computer and use it in GitHub Desktop.
Save bixu/4220216 to your computer and use it in GitHub Desktop.
df.sh
disk_used L `df / | tail -1 | awk '{print $2}'`
disk_free L `df / | tail -1 | awk '{print $3}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment