My Tech Notes
Split large file and assemble the parts
split -b 256mb large-file.tgz large-file.tgz.
cat large-file.tgz.* > /path/to/output/large-file.tgz
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment