#!/bin/bash gawk 'BEGIN {FS=OFS="\t";} NR>1{print $1*100,$2*100,$3*100,$4,$5,$6,$7,$8,$9}' results > temp gnuplot <