转摘自: http://www.markomedia.com.au/osx/opendiff-and-filemerge-on-os-x/
Today I discovered opendiff tool that’s native to OS X – provided you have installed the Xcode on your system. It allows you to compare 2 directories and perform actions such as merge-left, merge-right etc…
Opendiff simply launches FileMerge OS X utility, which is another one I didn’t know about, and displays differences between 2 selected directories.
The very simple command to compare 2 directories is:
opendiff dir1 dir2
This will then launch FileMerge utility and give you a nice visual representation of differences in your folders:


Marko
本文介绍了一个内置在OSX系统的工具opendiff,该工具通过Xcode提供,用于比较两个目录之间的差异,并允许进行如合并左目录、合并右目录等操作。opendiff实际上启动的是FileMerge实用工具,它能直观地展示所选两个目录间的不同。
8557

被折叠的 条评论
为什么被折叠?



