Skip to content

Instantly share code, notes, and snippets.

@datwright
Created January 27, 2011 21:46
Show Gist options
  • Save datwright/799353 to your computer and use it in GitHub Desktop.
Save datwright/799353 to your computer and use it in GitHub Desktop.
display the occupied diskspace by each directory/file in the current directory
# display the occupied diskspace by each directory/file in the current directory
du -sh *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment