awk 'BEGIN { ORS=""; OFS="\t" } /^0/ {print $2, $3, $4, $5} /^[ \t]/ {print $0, "\n" }'