Help for this page

Select Code to Download


  1. or download this
    cat files* | gunzip -c
    
  2. or download this
    use strict;
    use warnings;
    ...
    print STDERR "Now we use the gunzip command to do the same:\n";
    
    print STDERR `cat /tmp/tst* | gunzip -c`;