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