awk '{printf "%5.1f %3d\n", $1, $2;}' temp.q | sort | uniq > t awk '{printf "%5.1f %3d\n", $1, $2;}' temp1.q | sort | uniq > t1 gnuplot <