Skip to content

Instantly share code, notes, and snippets.

@marclundgren
Created May 7, 2014 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marclundgren/d3a53b9252b73b69e966 to your computer and use it in GitHub Desktop.
Save marclundgren/d3a53b9252b73b69e966 to your computer and use it in GitHub Desktop.
Mac OS X (Mavericks) storage used script
function storageUsed () {
df -h | awk '{print $5}' | awk 'NR==2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment