Diff-ing commands on Mac

Friday, February 29th, 2008

There are several tools to compare files for changes out there for Mac OS X. I'll cover a few here. The first and most basic is diff. From the command line, it looks like this: diff -u old_file new_file Where of course old_file is the old suspected filename, and new_file is the ...