gringomike
Technical User
Hi all,
I'm in the process of trying to unzip a file that's over 9gb in size.
I've tried the following however each command returns the "File too large" error message;
gunzip file.tar.gz
gunzip < file.tar.gz > file.tar
cat file.tar.gz | gunzip -dc > file.tar
I'm only running gzip 1.2.4 and I've read that I may need to run gzip version 1.3.5 in order to support large files. If this is the case, does anyone know where I can get my hands on this version for AIX in executable form?
Failing that, does anybody know of another way round this problem?
Thanks in advance
GM
I'm in the process of trying to unzip a file that's over 9gb in size.
I've tried the following however each command returns the "File too large" error message;
gunzip file.tar.gz
gunzip < file.tar.gz > file.tar
cat file.tar.gz | gunzip -dc > file.tar
I'm only running gzip 1.2.4 and I've read that I may need to run gzip version 1.3.5 in order to support large files. If this is the case, does anyone know where I can get my hands on this version for AIX in executable form?
Failing that, does anybody know of another way round this problem?
Thanks in advance
GM