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