Strake dixit:

>miss them. Archiver/compressor integration loses, for it needs a flag
>and code for each compression format.

I’d not use those anyway. I normally compress with:

find foo -type f | sort | cpio -oC512 -Hustar | gzip -n9 >foo.tgz

Failing that, this one’s almost the same:

tar -b 1 -cf - foo | gzip -n9 >foo.tgz

The -z option is *not* the same.

bye,
//mirabilos
-- 
<gcc> ncal.c: In function 'parsemonth': warning: comparison between pointer
and integer  • <mirabilos> ↑ hab da „in function parselmouth“ gelesen
<Natureshadow> ICH AUCH! • <Natureshadow> Ich hab gerade gedacht "Häh? Wie,
hab da parselmouth gelesen ... steht da doch auch :o?"  -- too much fanfic…

Reply via email to