Help for this page

Select Code to Download


  1. or download this
    perl -ne '$string=$_ if /Successfully sent/;  $match = $1 if $string =
    +~ /^(.*) INFO.*$/; END{print $match}' $logfile