All Tools / Text Tools / Compare Two Files
LiveRuns entirely in your browser
Compare Two Files
Spot the differences between two documents with line-by-line diff highlighting.
1 lines
1 lines
How It Works
The diff is computed using the Longest Common Subsequence (LCS) algorithm, the same approach used by Unix diff. Lines present only in A are shown in red, lines present only in B are shown in green, and shared lines are shown as-is. Toggle “Show changes only” to hide unchanged lines. Nothing leaves your browser.