Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /proc/self/root/usr/share/doc/perl-IO-Compress-Lzma/
Dosya Yükle :
Şuanki Dosya : //proc/self/root/usr/share/doc/perl-IO-Compress-Lzma/xzgrep

#!/usr/bin/perl

use strict ;
use warnings ;
use IO::Uncompress::UnXz qw($UnXzError);

die "Usage: gzgrep pattern [file...]\n"
    unless @ARGV >= 1;

my $pattern = shift ;
my $file ;

@ARGV = '-' unless @ARGV ;

foreach $file (@ARGV) {
    my $gz = new IO::Uncompress::UnXz $file
         or die "Cannot uncompress $file: $UnXzError\n" ;

     while (<$gz>) {
        print if /$pattern/ ;
     }

     die "Error reading from $file: $UnXzError\n"
        if $UnXzError ;
}

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4