Skip to content

Instantly share code, notes, and snippets.

@jurka
Created July 12, 2012 10:33
Show Gist options
  • Select an option

  • Save jurka/3097289 to your computer and use it in GitHub Desktop.

Select an option

Save jurka/3097289 to your computer and use it in GitHub Desktop.
normal data usage for linux
# display data usage in megabytes for each file in folder sorted from biggest to lowes
du -shm *| sort -rg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment