Skip to content

Instantly share code, notes, and snippets.

@ggrandes
Last active August 29, 2015 13:56
Show Gist options
  • Save ggrandes/9338013 to your computer and use it in GitHub Desktop.
Save ggrandes/9338013 to your computer and use it in GitHub Desktop.
Get Filesystem Free Space (Linux)
awk -- '$4 ~ /^[0-9]+$/ {print $4}' <(df -kP /tmp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment