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