#! /opt/gnu/bin/gawk -f BEGIN {FS="-"} { for(i=1; i <= NF; i++) { printf("%d\t",i); } printf("correction\n");}