"Jorge Peixoto de Morais Neto" <[EMAIL PROTECTED]> wrote:
> This old way of writing `tar' options can surprise even experienced
> users. For example, the two commands:
>
> tar cfz archive.tar.gz file
> tar -cfz archive.tar.gz file
>
> are quite different.
>
>
> So I use either tar --lzma -xv -f compressedarchive.tar.lzma or, when
> using an old tar,
> lzma -dc compressedarchive.tar.lzma | tar -xv -f -
The "correct" official tar syntax does not use '-'. If you like to be 100%
that a tar command should work, ddon't use '-' in front of options.
BTW: "star" autodetects 7z compression and calls the program "p7zip" to unpack
the archive transparently.
Jörg
--
EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
[EMAIL PROTECTED] (uni)
[EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/
URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily