in reply to trying to do a parse based on starting position.
perl -lane 'print "$F[0]" if ($. > 2)' test.txt [download]