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