Skip to content

Instantly share code, notes, and snippets.

@IcyMidnight
Created November 12, 2009 05:24
Show Gist options
  • Save IcyMidnight/232625 to your computer and use it in GitHub Desktop.
Save IcyMidnight/232625 to your computer and use it in GitHub Desktop.
Size for directories in current directory (hide output for recursion)
du -h|egrep "^[^/]*(/[^/]*){0,1}$"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment