Re: [dev] [sbase] Adding tar

From: Dmitrij Czarkoff <czarkoff_AT_gmail.com>
Date: Sat, 6 Jul 2013 17:21:04 +0200

On Jul 6, 2013 5:04 PM, "Andrew Hills" <ahills_AT_ednos.net> wrote:
>
> So, for compatibility, perhaps it is best to allow both.

You mean the whole lot of GNU tar long options including filename rewriting
and masks? I don't see any way such implementation could fit "suckless"
principles.

I would suggest a subset of POSIX tar options. It could be possibly amended
with "z", "Z", "j" and "J" options, though using

  $ tar c dirname | gzip -9c > filename.tar.gz

or

  $ tar cf - dirname | gzip -9c > filename.tar.gz

is still a better suckless bet IMHO.

----
Dmitrij D. Czarkoff
Received on Sat Jul 06 2013 - 17:21:04 CEST

This archive was generated by hypermail 2.3.0 : Sat Jul 06 2013 - 17:24:05 CEST