Timeline for How to see which files are identical given a list of files in two projects
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 29, 2018 at 19:41 | comment | added | Mowzer | @cryptarch: Your comment is very helpful. And it works great. I would also add that if you are on a Mac or OS X, you better substitute md5 for md5sum. | |
| Nov 12, 2018 at 4:15 | vote | accept | Mowzer | ||
| Nov 12, 2018 at 2:32 | comment | added | cryptarch | If it's only required to check whether they're identical (without immediately seeing difference) it might also be acceptable to replace the diff ... command with something like [[ $(md5sum project1/"$filename") = $(md5sum project2/"$filename") ]] || echo $filename differs. | |
| Nov 12, 2018 at 1:57 | history | answered | Jeff Schaller♦ | CC BY-SA 4.0 |