compare contents of two directories on remote server using unix

前端 未结 4 918
鱼传尺愫
鱼传尺愫 2020-12-12 14:16

I am new to unix and need some help here. I have two directories present on two different server. both the directories contains the same files. Now i want to check if all fi

4条回答
  •  眼角桃花
    2020-12-12 14:48

    In scenario of no connectivity between two servers, use "tree" command to get directory structure in files and then diff two files.

提交回复
热议问题