in reply to Re^4: Grep logs by start date and end date in different directories
in thread Grep logs by start date and end date in different directories
my $filename = "debug.log.bz2"; my $fh = IO::Uncompress::Bunzip2->new($filename) or die "bunzip2 $filename: $IO::Uncompress::Bunzip2::Bunzip2Error" +; while(<$fh>){ #do something }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Grep logs by start date and end date in different directories (updated)
by haukex (Archbishop) on Jan 09, 2018 at 21:58 UTC |