In Linux or Mac OS/X, using diff command at the terminal.
To compare two folders:
diff -rq folder1 folder2
To compare two files:
diff file1 file2
diff 'first file' 'second file'
For more options:
diff --help
For Microsoft Windows computer, use WinMerge, an open source software, to compare and merge files and folders.
No comments:
Post a Comment