dwdiff

Diff tool that operates at the word level instead of line level

brewmacoslinux
Try with needOr install directly
Source

About

Diff that operates at the word level

Commands

dwdiff

Examples

Compare two text files and show word-level differences$ dwdiff file1.txt file2.txt
Compare files with color output for better visibility$ dwdiff -c file1.txt file2.txt
Show differences ignoring whitespace changes$ dwdiff -w ' ' file1.txt file2.txt