in reply to perl script to compare two directories

hello harangzsolt33,

Ok.. this is partially a joke, sorry ;) but sometimes other tools are just around the corner:

perl -e "system join ' ',qw(git diff --no-index Folder1 Folder2)" diff --git a/Folder1/NEW.txt b/Folder2/NEW.txt index 5d308e1..e69de29 100644 --- a/Folder1/NEW.txt +++ b/Folder2/NEW.txt @@ -1 +0,0 @@ -NEWTEXTINSERTED

L*

There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.