I have a problem in decompressing file in Ubuntu. Here, I have huge amount of compressed file (test.tar.gz) which is nearly 1.2 TB and resultantly becomes 3 TB after decompressing.
I have only 4 TB and 1 TB SSD so that I cannot decompress the file in a single SSD.
So, my point is;
- How to split the (already) compressed file into several parts? (for example, splitting into 2 files, both of which are 600 GB)
- After that, I have to locate those files into different directories due to the amount problem. Then, How to decompress those files into a single directory even if they are located at the different directories?
catthe parts of the archive to standard output, then have tar decompress the standard input – vanadium Mar 15 '23 at 13:18