[RFC] bzr.jrydberg.versionedfile
Lars Wirzenius
liw at liw.iki.fi
Wed Dec 21 14:31:02 GMT 2005
ke, 2005-12-21 kello 15:21 +0100, Johan Rydberg kirjoitti:
> Each data entry in the data file is compressed individually. Can zcat
> handle several "small files" in one file?
Gzip outputs can be catenated and zcat will produce corresponding
results:
liw at esme$ (echo foo | gzip; echo bar | gzip; echo foobar | gzip) | zcat
foo
bar
foobar
liw at esme$
I hope this was useful, I am not sure I know what you're all talking
about.
--
Fundamental truth #1: Complexity is the enemy.
More information about the bazaar
mailing list