Compare directories without subdirectories
- From: Jonathan Belsewir <JonathanBelsewir yahoo de>
- To: meld-list gnome org
- Subject: Compare directories without subdirectories
- Date: Thu, 26 Jul 2018 08:43:33 +0200
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]