Skip to content

Instantly share code, notes, and snippets.

@daniele-athome
Created February 19, 2019 17:03
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 daniele-athome/33e5b2eaef7cc9c14cdee7043701fa5f to your computer and use it in GitHub Desktop.
Save daniele-athome/33e5b2eaef7cc9c14cdee7043701fa5f to your computer and use it in GitHub Desktop.
Sort mounts by used space
df -h |head -1; df -h | tail +2 | sort -t " " -h -k 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment