Skip to content

Instantly share code, notes, and snippets.

@kavehmz
Created July 5, 2018 09:45
Show Gist options
  • Save kavehmz/c0a3239b438135de6770b98e9a1ba4fd to your computer and use it in GitHub Desktop.
Save kavehmz/c0a3239b438135de6770b98e9a1ba4fd to your computer and use it in GitHub Desktop.
get gstul du for all
gsutil du -h gs://*|egrep '/$'|egrep -v '(.*\/.*){5}'|egrep -v ' MiB| B| KiB'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment