Skip to content

Instantly share code, notes, and snippets.

@channprj
Created May 16, 2025 02:11
Show Gist options
  • Save channprj/66b11875a23f1b1f096977c118ab0f9a to your computer and use it in GitHub Desktop.
Save channprj/66b11875a23f1b1f096977c118ab0f9a to your computer and use it in GitHub Desktop.
Find large folders to remove unused large files.
du -h -d 1 2>/dev/null | sort -rh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment