I have a tar.gz file about 13GB in size. It contains about 1.2 million documents. When I untar this all these files sit in one single directory & any reads from this directory takes ages. Is there
I need to generate a tar file but as a string in memory rather than as an actual file. What I have as input is a single filename and a string containing the assosiated contents. I\'m looking for a pyt
Hallo, I\'m looking for a real开发者_如何学编程ly simple and easily hackable tar library for C or C++. Ideally it should have a permissive license (BSD/LGPL) and not have a ton of Unix/Windows OS dep
I have about 200,000 text files that are placed in a bz2 file. The issue I have is that when I scan the bz2 file to extract the data I need, it goes extremely slow. It has to look through the entire b
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
i have a tar archive on the server that must be downloadable through php. This is the code that i\'ve used:
I\'m using giternal, which compresses the .git directory of the external references into a .tgz file. Unfortunately, every time I \"free开发者_运维百科ze\" the external, a new .tgz file is created for
After running make distcheck I get the message that I have successfully built the package and is ready for distribution. If I untar the tar.gz with tar -zxvf hello-0.2.tar.gz it successfully extracts
I don\'t know if this actually belongs here, maybe this开发者_如何学JAVA question is more suitable to superuser. Well, last week I\'ve wrote a small shell-script, where I used the tar command. As I re
I\'m writing a script that can tar any given folder and place it in my home/bkp. the script will read like this,