http://www.perlmonks.org?node_id=1011705


in reply to perl one liner print columns 2.. last

something like this may work too
cat /tmp/1.out |perl -lane 'shift @F; print @F'