tar is a command-line program that creates and manipulates archive files. Files with a .tar extension are sometimes called tarballs as they provide a way to combine multiple files into a single binary file.
3
votes
1answer
531 views
Child process exited with status 254 error when extracting a tar.xz file
I'm trying to extract a tar.xz file with tar in Mac OS X Lion. I'm using bsdtar 2.8.3 - libarchive 2.8.3. I'm able to use tar to extract anything else I've tried (.zip, .tar, .tar.gz, etc.), but when ...
2
votes
1answer
197 views
Why doesn't tar recognize .iso files, even though the documentation says it should?
man tar says that OS X's tar implementation should be able to extract .iso files.
tar creates and manipulates streaming archive files. This implementation can extract from tar, pax, cpio, zip, ...
4
votes
2answers
380 views
Will setting a cron job to delete ._ shadow files on a linux share work?
I recently tarred up a directory to send to a remote linux system. When I untarred it, there were ._ files tossed into the target directory.
I did a search and found articles of people being ...
5
votes
1answer
205 views
Bug with regards to .tar.gz in Chrome when 'Asking where to save downloads'
Every time I try to download or save a .tar.gz file, I get something like this:
The popup is simply wrong, I've used the right .tar.gz extension. Clicking on Use .gz saves the file as .tar.gz, and ...
0
votes
2answers
1k views
Not able to extract any .gz or .tar file (Mac OS X 10.5.8)
I have Mac OS X 10.5.8. I am not able to extract .tar or .tgz files with any of the extractor utilities (Mac OS Default Archiver or WinZip or 7zip or any other, I have tried almost all possible).
...