Lines Matching full:zpipe
20 Without further adieu, here is the program <a href="zpipe.c"><tt>zpipe.c</tt></a>:
22 /* zpipe.c: example of proper use of zlib's inflate() and deflate()
481 fputs("zpipe: ", stderr);
504 <tt>zpipe</tt> command is simply a compression pipe from <tt>stdin</tt> to <tt>stdout</tt>, if
505 no arguments are given, or it is a decompression pipe if <tt>zpipe -d</tt> is used. If any other
507 message is displayed. Examples are <tt>zpipe < foo.txt > foo.txt.z</tt> to compress, and
508 <tt>zpipe -d < foo.txt.z > foo.txt</tt> to decompress.
537 fputs("zpipe usage: zpipe [-d] < source > dest\n", stderr);