Skip to content

Instantly share code, notes, and snippets.

@jutoart
Last active July 17, 2019 02:49
Show Gist options
  • Save jutoart/f134e3779134e78c724dc8432f985b78 to your computer and use it in GitHub Desktop.
Save jutoart/f134e3779134e78c724dc8432f985b78 to your computer and use it in GitHub Desktop.
Remove old logs of simulator
find ~/Library/Logs/CoreSimulator/ -depth 1 -type d -mtime +12w -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment