meld - graphical diff and merge tool
meld [--version] [-h] [--help] meld [-aceru] file meld [-aceru] dir meld [-aceru] [--diff] dir dir [dir] meld [-aceru] [--diff] file file [file] meld [...] [-L LABEL,...] [--label=LABEL,...] file file [file]
meld(1) User Commands meld(1)
NAME
meld - graphical diff and merge tool
SYNOPSIS
meld [--version] [-h] [--help]
meld [-aceru] file
meld [-aceru] dir
meld [-aceru] [--diff] dir dir [dir]
meld [-aceru] [--diff] file file [file]
meld [...] [-L LABEL,...] [--label=LABEL,...] file file [file]
DESCRIPTION
Meld is a graphical diff and merge tool that allows a user to visually
compare two or three files simultaneously and edit the files in place.
Differences are updated in real-time and highlighted using color cod-
ing. Users can also compare two or three directories at a time and
launch file comparisons. In addition, users can browse working copies
of the code from popular version control systems including CVS, Subver-
sion, Bazaar-ng and Mercurial.
More extensive help information for Meld is included in the graphical
interface.
OPTIONS
--version displays the current version
-h, --help displays this help information
-L LABEL, --label=LABEL
sets the tab label string for a file
-a, --auto-compare
automatically compare all differing files on startup
-c, --context
for compatibility with diff command (ignored)
-e, --ed
for compatibility with diff command (ignored)
-r, --recursive
for compatibility with diff command (ignored)
-u, --unified
for compatibility with diff command (ignored)
-diff
creates a diff tab for up to three supplied files or
directories
EXIT STATUS
The following exit values are returned:
0 Successful completion.
>0 An error occurred.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+---------------+------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+------------------+
|Availability | developer/meld |
+---------------+------------------+
|Stability | Uncommitted |
+---------------+------------------+
SEE ALSO
diff(1), diff3(1)
NOTES
This software was built from source available at
https://java.net/projects/solaris-userland. The original community
source was downloaded from
http://ftp.gnome.org/pub/gnome/sources/meld/1.8/meld-1.8.6.tar.xz
Further information about this software can be found on the open source
community website at http://meldmerge.org/.
SunOS 5.11 18 Nov 2010 meld(1)