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