How to Split and Join Large Files in Linux
Sometimes, you need to split and join large files for storage or transfer. While archive utilities like zip and rar allow us to do this with archive files, they don’t do as good a job as the more basic “split” and “cat” utilities, that were specifically built for this purpose. In this tutorial, I show you a general purpose method of joining and splitting large files that will work in any situation.