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