D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
doc
/
perl-IO-Compress
/
io
/
gzip
/
Filename :
gzappend
back
Copy
#!/usr/bin/perl use IO::Compress::Gzip qw( $GzipError ); use strict ; use warnings ; die "Usage: gzappend gz-file file...\n" unless @ARGV ; my $output = shift @ARGV ; @ARGV = '-' unless @ARGV ; my $gz = new IO::Compress::Gzip $output, Merge => 1 or die "Cannot open $output: $GzipError\n" ; $gz->write( [@ARGV] ) or die "Cannot open $output: $GzipError\n" ; $gz->close;
Name
Size
Last Modified
Owner
Permissions
Actions
gzappend
0.39
KB
October 13 2019 9:48:19
root
0644
gzcat
0.486
KB
October 13 2019 9:48:19
root
0644
gzgrep
0.777
KB
October 13 2019 9:48:19
root
0644
gzstream
0.503
KB
October 13 2019 9:48:19
root
0644
2017 © D7net | D704T team