Skip to content

Instantly share code, notes, and snippets.

@foxish
Created October 31, 2014 03:48
Show Gist options
  • Save foxish/65274c72d072bd7711c7 to your computer and use it in GitHub Desktop.
Save foxish/65274c72d072bd7711c7 to your computer and use it in GitHub Desktop.
du sorted for current dir, with hidden folders
du -sch .[!.]* * |sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment