Compare Directories with diff
Posted on May 15, 2008 in Linux
Its easier than i thought, just type:
diff -rq Dir1 Dir2
-r stands for rekursive
-q output only wether content differ
Posted on May 15, 2008 in Linux
Its easier than i thought, just type:
diff -rq Dir1 Dir2
-r stands for rekursive
-q output only wether content differ