I want to compare two directories, one is local and the other is on another machine.
How can I do that? Can I do it with diff?
|
I want to compare two directories, one is local and the other is on another machine. How can I do that? Can I do it with | |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
I can think of two ways here..
This will show you the files that differ, but will not show you the actual | |||||||||
feedback
|
|
Note that using My recommendation would be to first determine which files differ between the two machines (by using | |||
|
feedback
|
|
Yes, you can do it with diff! User space applications such as "diff" don't know (and don't need to know) if a directory is local or remote. | |||
feedback
|