How to diff directories over ssh

前端 未结 4 1031
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-22 22:39

I am trying to recursively compare a directory in the local host to a directory in a remote linux machine. However, when i execute the next command:

diff -r          


        
4条回答
  •  -上瘾入骨i
    2020-12-22 23:02

    I find krusader very useful for such task in case you need a GUI. See https://www.linux.com/news/synchronize-directories-komparator-and-kdiff3 for more details http://krusador.org.

    example folder compare

提交回复
热议问题