Skip to content

Instantly share code, notes, and snippets.

@dlgg
Created August 26, 2017 14:08
Show Gist options
  • Save dlgg/df427cb6959e9f287d8877e0e3b11d61 to your computer and use it in GitHub Desktop.
Save dlgg/df427cb6959e9f287d8877e0e3b11d61 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in $(tmutil listbackups | head -n $(( $(tmutil listbackups| wc -l) -3 ))); do tmutil delete ${i}; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment