Top "Tar" questions

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

How do I extract a tar file in Java?

How do I extract a tar (or tar.gz, or tar.bz2) file in Java?

java archive tar
How can I build a tar from stdin?

How can I pipe information into tar specifying the names of the file?

tar
How do I tar a directory without retaining the directory structure?

I'm working on a backup script and want to tar up a file directory: tar czf ~/backup.tgz /home/username/…

linux unix gnu tar
I want to create a script for unzip (.tar.gz) file via (Python)

I am trying to make a script for unzipping all the .tar.gz files from folders in one directory. For …

python tar unzip gzip
Check the total content size of a tar gz file

How can I extract the size of the total uncompressed file data in a .tar.gz file from command line?

gzip tar
What is the difference between tar and zip?

What is the difference between tar and zip? What are the use cases for each?

unix compression zip tar
How to Compress/Decompress tar.gz files in java

Can anyone show me the correct way to compress and decompress tar.gzip files in java i've been searching but …

java gzip tar compression
How can you untar more than one file at a time?

I have a bunch of tar files in a directory and I want to extract all the files from them …

unix shell tar
Shell 'tar: not found in archive' error when using regular expression

When I use tar -xzf *.gz to extract all the .gz files in the current directory, I get Not found …

linux shell tar
How to extract a single file from tar to a different directory?

I know that I can use following command to extract a single file to the current working directory (assume I …

unix tar