Top "Tar" questions

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

How to create a file of size more than 2GB in Linux/Unix?

I have this home work where I have to transfer a very big file from one source to multiple machines …

linux tar filesize
Can't extract .xz files with python "tarfile.ReadError: file could not be opened successfully"

I need to extract some text files compressed to .xz files using python. My code is just import tarfile tarfile.…

python python-3.x tar xz
How to create a tar file that omits timestamps for its contents?

Is there a way to create a .tar file that omits the values of atime/ctime/mtime for its files/…

build timestamp archive tar
How to directly perform write.csv in R into tar.gz format?

I have a big data.frame that I want to write into a compressed CSV file. Is there any way …

r csv gzip tar in-memory
having cv2.imread reading images from file objects or memory-stream-like data (here non-extracted tar)

I have a .tar file containing several hundreds of pictures (.png). I need to process them via opencv. I am …

python performance opencv tar imread
Create tar-file without folder strucure

I have to compress multiple files to one tar-File. As I have to repeat this for many files in many …

compression tar directory-structure
Error code 141 with tar

tar -xvzf $filename.tar.gz || { exit $?; } Here my scripts would exit with errorCode 141. I am using Fedora Core 6 with tar …

tar error-code
Unzip .tar.gz with SharpZipLib

I am trying to unzip a tar.gz inside one zip but I can't It shows me an error “cannot …

c# tar sharpziplib gzip
Execute linux command on Centos using dotnet core

I'm running a .NET Core Console Application on CentOS box. The below code is executing for normal command like uptime, …

centos .net-core tar lz4