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