Skip to content

Instantly share code, notes, and snippets.

@rfischer20
Last active September 9, 2019 16:37
Show Gist options
  • Save rfischer20/19d5fa2011d255f7fcffdbbae6546789 to your computer and use it in GitHub Desktop.
Save rfischer20/19d5fa2011d255f7fcffdbbae6546789 to your computer and use it in GitHub Desktop.
# Cleaning out android files
find / -size +1G | grep android
# Find largest files in fodlers
du -a projects/ | sort -n -r | head -n 5
# Apple storage delete
https://stackoverflow.com/questions/29930198/can-i-delete-data-from-ios-devicesupport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment