Created
December 3, 2024 19:15
-
-
Save Hazer/f57c91704b19d1222ec95578dddb2541 to your computer and use it in GitHub Desktop.
Combine Google Drive Splits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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