Linux: Diff between two folders
To find the files which are in one and not in the other:
$ diff -r folder1/ folder2/
To find the file content differences:
$ diff -r -N folder1/ folder2/
Subhash's Tech Log
To find the files which are in one and not in the other:
$ diff -r folder1/ folder2/
To find the file content differences:
$ diff -r -N folder1/ folder2/
Written by Subhash Chandran
November 15th, 2009 at 10:40 am
Why donate to WizTools.org? Developing OpenSource Software costs money, time and resources. Your donation will help us sustain the growth of this venture.
The Journalist template by Lucian E. Marin — Built for WordPress