Created
September 12, 2020 02:00
-
-
Save theraccoonbear/1a86606e9dd16b927ef7eb7dba78141f to your computer and use it in GitHub Desktop.
Find a few big ol' directories for cleaning and moving media around
This file contains 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 -hs * | sort -h | tail -n 25 | sort -h -r |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment