Skip to content

Instantly share code, notes, and snippets.

@paulmars
Created January 5, 2013 05:43
Show Gist options
  • Select an option

  • Save paulmars/4459990 to your computer and use it in GitHub Desktop.

Select an option

Save paulmars/4459990 to your computer and use it in GitHub Desktop.
How to delete a sparse bundle on a drive
for i in {0..1000000}
do
rm -rv /Volumes/DRIVE/FODLER.sparsebundle/bands/$(printf "%x" $i)
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment