Live data from Hacker News

Portability of tar features

dev.gentoo.org

1–7 of 7 posts

Re: Portability of tar features

#4
post #3

Besides the supported tar features, bsdtar is definitely my favorite. With libarchive it supports all kinds of archive formats, so you can work on .zip and even .iso files with the usual command line interface. https://github.com/libarchive/libarchive/wiki/LibarchiveForm...

yeah, bsdtar is my goto for dealing with archives for work projects, specifically dealing with unpacking iso's.

Re: Portability of tar features

#6
Words to strike fear into the heart of every programmer:

The tar format is one of the oldest archive formats in use. ... it is ugly — built as layers of hacks on the older format versions to overcome their limitations. ... This article is directly inspired by my proof-of-concept work on new binary package format