“Split files into smaller pieces”
Wiki: https://en.wikipedia.org/wiki/Split_(Unix)
* split file epel.tgz
split --bytes=3000000000 --numeric-suffixes --suffix-length=3 epel.tgz epel-split.
* reunite
cat epel-split.* > epel-new.tgz