Skip to content

Instantly share code, notes, and snippets.

@theraccoonbear
Created September 12, 2020 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theraccoonbear/1a86606e9dd16b927ef7eb7dba78141f to your computer and use it in GitHub Desktop.
Save theraccoonbear/1a86606e9dd16b927ef7eb7dba78141f to your computer and use it in GitHub Desktop.
Find a few big ol' directories for cleaning and moving media around
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