Skip to content

Instantly share code, notes, and snippets.

@yanshiyason
Created April 2, 2019 07:57
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 yanshiyason/42a4b5f18b665fdb547f128ea28ea49d to your computer and use it in GitHub Desktop.
Save yanshiyason/42a4b5f18b665fdb547f128ea28ea49d to your computer and use it in GitHub Desktop.
disk usage with sort
#!/bin/bash
du -sh * | gsort -h | tail -r --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment