ref: 671d8daa0f2d7f067b8ab3d547adbd718da93fe9 dir: /sys/src/cmd/dict/rev.awk/
NF == 2 { printf "%s\t%s\n", $2, $1 } NF != 2 { print "ERROR " $0 }