Skip to content

Instantly share code, notes, and snippets.

@Hazer
Created December 3, 2024 19:15
Show Gist options
  • Save Hazer/f57c91704b19d1222ec95578dddb2541 to your computer and use it in GitHub Desktop.
Save Hazer/f57c91704b19d1222ec95578dddb2541 to your computer and use it in GitHub Desktop.
Combine Google Drive Splits
# Move your zip files to a folder with only the zip files
mkdir combined
ditto -V -x -k *.zip combined
# Or pattern the name
ditto -V -x -k MySplitFiles*.zip combined
# https://stackoverflow.com/questions/60842075/combine-the-split-zip-files-downloading-from-google-drive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment