Date: Sat, 10 Jun 2006 17:02:59 +1000 From: Norberto Meijome <freebsd@meijome.net> To: Eric Schuele <e.schuele@computer.org> Cc: freebsd-questions@freebsd.org Subject: Re: Directory and file comparison tool for X? Message-ID: <20060610170259.4893ef40@localhost> In-Reply-To: <448A3CBE.2010806@computer.org> References: <20060609122931.15984448@localhost> <448A3CBE.2010806@computer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 09 Jun 2006 22:30:06 -0500 Eric Schuele <e.schuele@computer.org> wrote: > xxdiff > http://furius.ca/xxdiff/ thanks - i remember having used this one in the past, but i couldnt remember its name :) for those that like some GUI in their life, to launch xxdiff, i call a script from the XFCE menu. The script runs zenity to allow me to select 2 directories to compare: -- #!/bin/sh ZENITY="/usr/X11R6/bin/zenity" XXDIFF="/usr/local/bin/xxdiff" $XXDIFF --style windows `$ZENITY --file-selection --directory`/ \ `$ZENITY --file-selection --directory`/ --- thanks! Beto
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060610170259.4893ef40>