开发者

Does 'meld' have a command-line style?

开发者 https://www.devze.com 2023-02-02 05:26 出处:网络
Does meld support automatic merging开发者_开发技巧 ability, like \'kdiff3\' does? With kdiff3, you can do:

Does meld support automatic merging开发者_开发技巧 ability, like 'kdiff3' does?

With kdiff3, you can do:

kdiff3 file1 file2 -o outfile

and do not have to open the GUI.

So can you do such with meld? I didn't find related topic in meld manual.

Thanks!


I don't think so. You can use

meld file1 file2 --output=file3

to set the target file for saving a merge result, but it will still open the GUI (meld is after all a visual differ)

0

精彩评论

暂无评论...
验证码 换一张
取 消