STREAMZIP(1) Perl Programmers Reference Guide STREAMZIP(1)
STREAMZIP(1) Perl Programmers Reference Guide STREAMZIP(1) # STREAMZIP(1) Perl Programmers Reference Guide STREAMZIP(1) NNAAMMEE # streamzip - create a zip file from stdin SSYYNNOOPPSSIISS # producer | streamzip [opts] | consumer producer | streamzip [opts] -zipfile=output.zip DDEESSCCRRIIPPTTIIOONN # This program will read data from "stdin", compress it into a zip container and, by default, write a _s_t_r_e_a_m_e_d zip file to "stdout". No temporary files are created. The zip container written to "stdout" is, by necessity, written in streaming format. ...