Created
August 29, 2014 00:29
-
-
Save danmaispace/dff6773d86053598a92e to your computer and use it in GitHub Desktop.
merge files after using split command in terminal
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
1. split | |
split -b 1000m "Work.tar.gz" WorkSegment | |
2. merge | |
cat WorkSegment* > Work.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment