Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
meld 是否像“kdiff3”那样支持自动合并功能?
使用 kdiff3,您可以:
kdiff3 file1 file2 -o outfile
并且不必打开 GUI。
那么你可以用融合做到这一点吗?我没有在融合手册中找到相关主题。
谢谢!
我不这么认为。您可以使用
meld file1 file2 --output=file3
设置用于保存合并结果的目标文件,但它仍会打开 GUI(融合毕竟是视觉上的不同)