Hi,
I split one big file using the following
split -b 1000m XYZ.tar.gz and it was divided into 4 files.
My question is, how to put it back to one file with the same original file as before.
Am I doing the correct way? --> cat XYZ* > XYZ.tar.gz ?
Thanks.
/COAX
I split one big file using the following
split -b 1000m XYZ.tar.gz and it was divided into 4 files.
My question is, how to put it back to one file with the same original file as before.
Am I doing the correct way? --> cat XYZ* > XYZ.tar.gz ?
Thanks.
/COAX
Comment