I am trying to move the first column of a file to be the last column in the file. This is what i have
awk -F \',\' \'{first = $1; $1=""; OFS = FS; print $0,