Skip to content

Instantly share code, notes, and snippets.

@datYori
Created December 8, 2021 18:56
Show Gist options
  • Save datYori/01e15bac4e8ab6358b2e938a3c8b5715 to your computer and use it in GitHub Desktop.
Save datYori/01e15bac4e8ab6358b2e938a3c8b5715 to your computer and use it in GitHub Desktop.
clear macos time machine local snapshots
for SNAPSHOT in $(tmutil listlocalsnapshots / | egrep '[0-9]{4}\-[0-9]{2}\-[0-9]{2}\-[0-9]{6}' -o | tail -r); do tmutil deletelocalsnapshots $SNAPSHOT; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment