Skip to content

Instantly share code, notes, and snippets.

@kevingo
Created May 30, 2016 02:16
Show Gist options
  • Select an option

  • Save kevingo/b7e631e516f20bddda7c9d6ce284d1eb to your computer and use it in GitHub Desktop.

Select an option

Save kevingo/b7e631e516f20bddda7c9d6ce284d1eb to your computer and use it in GitHub Desktop.
List directories and sort by size
#!/bin/bash
du -h --max-depth=1 | sort -hr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment