Linux server1.hosting4iran.com 4.18.0-553.123.2.el8_10.x86_64 #1 SMP Thu May 7 15:28:41 EDT 2026 x86_64
LiteSpeed
Server IP : 185.208.174.156 & Your IP : 216.73.216.84
Domains : 326 Domain
User : satitravel
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
perl-IO-Compress /
io /
gzip /
Delete
Unzip
Name
Size
Permission
Date
Action
gzappend
399
B
-rw-r--r--
2026-06-29 03:15
gzcat
498
B
-rw-r--r--
2026-06-29 03:15
gzgrep
796
B
-rw-r--r--
2026-06-29 03:15
gzstream
515
B
-rw-r--r--
2026-06-29 03:15
Save
Rename
#!/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;