Compare directories without subdirectories



Hi Meld-Team,

Sometimes I want to compare two directories without subdirectories.
The best way would be a new option to allow that
like in Windows "windiff.exe"  option "-d".

My workaround for the time being is:
mkdir tmp1
mkdir tmp2

cp dir1/*  tmp1
cp dir1/.* tmp1

cp dir2/*  tmp2
cp dir2/.* tmp2

meld tmp1 tmp2

Maybe someone know a better wordaround
without changing the sources?

Best Regard
Jonas



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]