问题
I downloaded TKDiff from http://tkdiff.sourceforge.net
I would like to use it from the terminal like i'm using the regular diff. something like:
tkdiff file1.txt file2.txt
can anybody help me with that?
thanks!
回答1:
Use the homebrew version.
First install brew
(http://brew.sh), then brew install tkdiff
then it should just work
来源:https://stackoverflow.com/questions/16318592/how-to-run-tkdiff-from-the-terminal-on-mac-os