About the Text Diff Checker
Comparing two versions of a config file, script or document by eye is error-prone — a single changed character in a firewall rule or registry export is easy to miss. This tool runs a line-based diff (the same longest-common-subsequence approach used by version control systems) and shows removals in red and additions in green with line numbers, entirely in your browser. The whitespace option ignores indentation-only changes, which declutters comparisons of copied-and-pasted configs.
The Line Tools tab covers the everyday list clean-ups that usually get done badly in Notepad: removing duplicate entries from an email list or hostname inventory, sorting, trimming stray spaces from exported data and dropping empty lines. Combined, the two tabs handle most of the “what changed?” and “clean this list up” jobs that come through a help desk.
How to Use This Tool
Common Use Cases
- Config file changes. Diff a router config, .conf file or GPO export before and after a change window to prove exactly what changed — and what didn't.
- Policy and document review. Compare two versions of a procedure or contract clause when Word's track changes wasn't used.
- Cleaning exported lists. Deduplicate and sort a list of hostnames, emails or IPs exported from a spreadsheet before feeding it to a script — pairs naturally with our IP Inventory Planner.
- Incident forensics. Compare a suspect file against a known-good copy to spot injected lines quickly.
- Data reconciliation. Check whether two "identical" exports from different systems really match, line by line.
Typical Uses
- Config drift. Diff a switch or firewall config backup against the running config to spot unauthorised changes.
- Script review. Compare the scheduled-task script on a server against the copy in your documentation.
- List hygiene. Deduplicate and sort mailing lists, hostname exports or AD group members before a bulk import.
- Document versions. Check what a colleague actually changed in a shared procedure document.
Frequently Asked Questions
diff will be faster, but for configs, lists and documents this is instant.