Directory and file comparison tool for X?
Norberto Meijome
freebsd at meijome.net
Sat Jun 10 07:03:06 UTC 2006
On Fri, 09 Jun 2006 22:30:06 -0500
Eric Schuele <e.schuele at 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
More information about the freebsd-questions
mailing list