awk -F'[[:space:]]+' 'BEGIN { OFS="\t" } { print $3, $6, $7 }' infile > outfile