I know there are GUI's that show word-diffs in three-way diff, and there are command line tools that show two-way word-highlighting diffs.
But is there a command-line way I can show three-way diffs with word-higlighting the same way that I can get two-way diffs word-higlighted with diff -u a b | dwdiff -u
?