indiWiz.com

Subhash's Tech Log

Linux: Diff between two folders

without comments

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

Posted in Linux

Tagged with ,

Leave a Reply