2;0 juerd@ouranos:~/tmp$ echo -n 'Hello, ' | gzip -c > test.gz 2;0 juerd@ouranos:~/tmp$ echo 'World!' | gzip -c >> test.gz 2;0 juerd@ouranos:~/tmp$ zcat test.gz Hello, World!