Top "Tar" questions

An archiving program for storing and retrieving files as a collection with support for data compression.

Make tar file by Java

I want to use Java to compress a folder to a tar file (in programmatic way). I think there must …

java compression zip tar
How can files be added to a tarfile with Python, without adding the directory hierarchy?

When I invoke add() on a tarfile object with a file path, the file is added to the tarball with …

python tar
How to extract tar archive from stdin?

I have a large tar file I split. Is it possible to cat and untar the file using pipeline. Something …

pipe stdin tar pipeline
How can I read tar.gz file using pandas read_csv with gzip compression option?

I have a very simple csv, with the following data, compressed inside the tar.gz file. I need to read …

python csv pandas gzip tar
Read .tar.gz file in Python

I have a text file of 25GB. so i compressed it to tar.gz and it became 450 MB. now i …

python file tar gzip
Creating zip or tar.gz archive without exec

Is there is any safe way to create a zip archive, or tar.gz from php without using exec command ? …

php zip tar
unzip (zip, tar, tag.gz) files with ruby

I want to unzip a lot of zip files. Is there a module or script that checks which format the …

ruby zip gzip tar unzip
untar filename.tr.gz to directory "filename"

I would like to untar an archive e.g. "tar123.tar.gz" to directory /myunzip/tar123/" using a shell command. …

shell tar
Tarballing without Git metadata

My source tree contains several directories which are using Git source control, and I need to tarball the whole tree …

find packaging tar xargs grep
Extract files contained in archive.tar.gz to new directory named archive

I have a directory containing about 800 .tgz archives, each containing about 10 files. Effectively, I want to convert each archive into …

tar