ldiff [options] oldfile newfile
Displays a context diff with 3 lines of context.
Displays a context diff with LINES lines of context. Default 3 lines.
Displays a unified diff with 3 lines of context.
Displays a unified diff with LINES lines of context. Default 3 lines.
Creates an 'ed' script to change oldfile to newfile.
Creates an 'ed' script to change oldfile to newfile in reverse order.
Treats the files as text and compares them line-by-line, even if they do not seem to be text.
Treats the files as binary.
Reports only whether or not the files differ, not the details.
Shows the command-line help.
Shows the version of Diff::LCS.
By default, runs produces an “old-style” diff, with output like UNIX diff.
Copyright © 2004 Austin Ziegler
Part of Diff::LCS <http://rubyforge.org/projects/ruwiki/> Austin Ziegler <diff-lcs@halostatue.ca>
This program is free software. It may be redistributed and/or modified under the terms of the GPL version 2 (or later), the Perl Artistic licence, or the Ruby licence.