C Clusty macrumors regular Original poster Apr 1, 2007 #1 Somebody told me that there was a text comparing program for macs, called Diff. He also said that it's a Unix Tool. Where do I get "diff"?
Somebody told me that there was a text comparing program for macs, called Diff. He also said that it's a Unix Tool. Where do I get "diff"?
B Blue Velvet Moderator emeritus Apr 1, 2007 #2 http://www.google.com/search?as_q=&...ny&as_dt=i&as_sitesearch=&as_rights=&safe=off
C Clusty macrumors regular Original poster Apr 1, 2007 #3 Blue Velvet said: http://www.google.com/search?as_q=&...ny&as_dt=i&as_sitesearch=&as_rights=&safe=off Click to expand... Thanks for that, but how do I access it on my Mac?
Blue Velvet said: http://www.google.com/search?as_q=&...ny&as_dt=i&as_sitesearch=&as_rights=&safe=off Click to expand... Thanks for that, but how do I access it on my Mac?
robbieduncan Moderator emeritus Apr 1, 2007 #4 Its a command line tool. You need to open the Terminal and type: Code: diff file1 file2 file1 and file2 must be specified as full (Unix) paths or as relative paths to the cwd. Or you can install the developer tools and use Apple's very pretty GUI for it called FileMerge.
Its a command line tool. You need to open the Terminal and type: Code: diff file1 file2 file1 and file2 must be specified as full (Unix) paths or as relative paths to the cwd. Or you can install the developer tools and use Apple's very pretty GUI for it called FileMerge.
C Clusty macrumors regular Original poster Apr 1, 2007 #5 robbieduncan said: Its a command line tool. You need to open the Terminal and type: Code: diff file1 file2 file1 and file2 must be specified as full (Unix) paths or as relative paths to the cwd. Or you can install the developer tools and use Apple's very pretty GUI for it called FileMerge. Click to expand... I already have developer tools installed. I just tried FileMerge. Works like a charm. 🙂
robbieduncan said: Its a command line tool. You need to open the Terminal and type: Code: diff file1 file2 file1 and file2 must be specified as full (Unix) paths or as relative paths to the cwd. Or you can install the developer tools and use Apple's very pretty GUI for it called FileMerge. Click to expand... I already have developer tools installed. I just tried FileMerge. Works like a charm. 🙂