#!/bin/sh
awk 'NR == 1 {
	for (i = 9; i <= NF; i++)
		printf "%s ", $i
	printf "\n"
}' $*


syntax highlighted by Code2HTML, v. 0.9.1