[....] [....] > or die "Couldn't open $log!"; > while ($line = <FILE>) { > if ($line =~ /byte/i) { print $line } > } > close (FILE);
Hi all, for the above lines. I guess the OP gentleman is not dealing with a 1GB log for what he asked. He had writtern something for picking up those lines with 'byte', so I guest he just want to sort on this little pieces of log (bytes), by his require sequence. But ... I have no idea on how to dealing with this even... so can't help.. sorry... Rgds, Connie -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]