Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use BBEdit to find the differences!' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use BBEdit to find the differences!
Authored by: projazz on Feb 19, '03 02:52:01PM

Longtime users of BBEdit already know of the "Find Differences..." (between files) under the Search menu item. (I have not tried Filemerge). Worked well for me. YMMV

---
Thanks,
Projazz



[ Reply to This | # ]
Before there was BBEdit, there was diff
Authored by: XSage on Feb 23, '03 09:57:51AM
The command /usr/bin/diff is the classic unix command line program for finding differences. One could use BBEdit, but for those without it everyone has diff.

For more about it, check out:
man diff

...at the terminal.

[ Reply to This | # ]