in reply to Re^2: Out of Memory in Perl
in thread Out of Memory in Perl

$ perl -lne " print $1 if m{ms\s+\K(\S+)\s*$}"  < infile > outfile