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