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