User Commands meld(1)
NAME
meld - graphical diff and merge tool
SYNOPSIS
meld [--version] [-h] [--help]
meld [-ceru] dir
meld [-ceru] file
meld [-ceru] dir dir [dir]
meld [-ceru] [-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 coding. Users can also com-
pare two or three directories at a time and launch file com-
parisons. In addition, users can browse working copies of
the code from popular version control systems including CVS,
Subversion, 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
-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)
SunOS 5.11 Last change: 26 Jul 2008 1
User Commands meld(1)
EXIT STATUS
The following exit values are returned:
0 Successful completion.
>0 An error occurred.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWmeld
Interface Stability Uncommitted
SEE ALSO
diff(1), diff3(1)
NOTES
The meld project is located at http:/meld.sourceforge.net.
Source for meld is available on http:/opensolaris.org.
SunOS 5.11 Last change: 26 Jul 2008 2
|