tar
UNIX untar content into multiple folders
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[详细]
2023-01-14 02:39 分类:问答create a tar file in a string using python
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[详细]
2023-01-13 20:49 分类:问答Simple tar implementation?
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[详细]
2023-01-12 10:12 分类:问答Organizing files in tar bz2 file with python
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[详细]
2023-01-11 14:10 分类:问答Untar contents to same directory [closed]
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.[详细]
2023-01-11 00:59 分类:问答headers to force the download of a tar archive
i have a tar archive on the server that must be downloadable through php. This is the code that i\'ve used:[详细]
2023-01-09 23:11 分类:问答Creating the same .tgz file on different machines
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[详细]
2023-01-08 15:20 分类:问答Autotools - tar This does not look like a tar archive
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[详细]
2023-01-08 15:01 分类:问答Why is the tar command marked as 'legacy'?
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[详细]
2023-01-07 22:36 分类:问答TARing relatively
I\'m writing a script that can tar any given folder and place it in my home/bkp. the script will read like this,[详细]
2023-01-07 07:21 分类:问答