blob: 3c77d68453287419090332f1877126946e0a6694 [file] [log] [blame]
NF == 2 {
printf "%s\t%s\n", $2, $1
}
NF != 2 {
print "ERROR " $0
}