Mailing the story:
How to Split and merge files in linux.
We can split and merge files in linux especially for large once with the split command, and to join you just need to cat
the files into one file. Split can be used on binaries as well on text files.