Created
November 4, 2020 20:45
-
-
Save wparad/361119e4e14f240cd0858491a007a39f to your computer and use it in GitHub Desktop.
Find large files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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