On 17/09/17 07:16 PM, gumb wrote:
Anybody know of an alternative program to Komparator with very similar functionality? https://sourceforge.net/projects/komparator/
A GUI application with the ability to analyze two directories side by side, show missing files, newer files, duplicate files, compare MD5 checksums, copy from one pane to the other, and more.
Yes. Dirdiff, a script written in Tcl Here's the header and help from the listing. It does all of the above except MD5. perhaps there's a later version than the 1.6 I have. I don't recall where I got it from. Go google. # Copyright (C) 1999-2002 Paul Mackerras. All rights reserved. # This program is free software; it may be used, copied, modified # and distributed under the terms of the GNU General Public Licence, # either version 2, or (at your option) any later version. proc usage {} { puts stderr {Usage: dirdiff [options]... dir1 dir2 ... Options: -a, --all don't exclude any files -o, --only pattern only process files matching pattern -I, --ignore pattern don't process files matching pattern -r, --rcs ignore differences in RCS strings -t, --bktag ignore differences in Bitkeeper strings -c, --context num set number of lines of context to show -b, -w, -B, -i, -d pass these on to diff(1) -S show files that are the same in the file list -K Bitkeeper support Note: dirdiff needs to be able to load the libfilecmp.so.0.0 shared library for the -r or -t flags to work.} } ======================================== I googled and found a later version at https://www.samba.org/ftp/paulus/ -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org