Split and join large files using cat, split and tar
I was going to store a CentOS DVD iso file into my external hard drive but the image was bigger than 4GB, the biggest file size in FAT32, so I had to split it.
$ cat CentOS-6.5-x86_64-bin-DVD1.iso | split -b 2200m…