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