% perl -lane 'print $F[1]' sample.dat
% perl -lane 'print "$F[1] $F[0]"' sample.dat
% perl -ane 'printf "%5.2f %s\n",$F[1],$F[0]' sample.dat