Skip to content

Instantly share code, notes, and snippets.

@wparad
Created November 4, 2020 20:45
Show Gist options
  • Save wparad/361119e4e14f240cd0858491a007a39f to your computer and use it in GitHub Desktop.
Save wparad/361119e4e14f240cd0858491a007a39f to your computer and use it in GitHub Desktop.
Find large files
du -h . | grep -E '^[^[:space:]]+(M|G)[[:space:]]' | sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment