GuiffyReport Command Line

The GuiffyReport command line interface provides a non GUI tool for generating file compare reports as HTML. The GuiffyReport tool utilizes the GuiffyReport class from Guiffy's API package. The file name arguments may be specified as relative (to the current directory) or absolute paths.
NOTES:
To specify filenames including blanks, encapsulate the filename with double quotes.
To specify a UNC for a filename, use \\\\servername for the usual \\servername.

Usage:
GuiffyReport [-options] <1st file> <2nd file <Report.html file>>


Where options include:
-c -case ignore upper/lower Case differences
-d -diffs only show the Differences
-dinline Show InLine Diffs OFF
-dinpct pp Show InLine Diffs when < pct of line length
pp defaults to 50, ie. -dinpct75 or -dincpt33
-ed EOLs written for DOS
-em EOLs written for MacOS
-eu EOLs written for Unix
-enf spec Encoding for 1st and 2nd files
For Example: -enfUnicodeLittle
-ens spec Encoding for HTML report file
For Example: -ensUnicodeLittle
-fxxx,yyy ignore Field in columns xxx through yyy
For Example: -f73,80 ignores columns 73 through 80
-h1 hdr Header for 1st file
-h2 jdr Header for 2nd file
-h -help display this Help message
-isd Show Ignored Differences
-j -jiffy minimize blocks changed diff
-k ignore blanK lines(inserted or deleted)
-l -linenos don't show Line Numbers
-m -metrics show metrics at end of output
-q RE -ql RE Quietly ignore changed, inserted or deleted lines matching regular expression RE
ie. -ql^[:blank:]*//.*$
-qp RE Quietly ignore parts of lines matching regular expression RE
ie. -qp//.*$
-qb RE Quietly ignore blocks of lines matching regular expression RE
ie. -qb/\*.*?\*/
Upto 6 -q options are accumulated
-st -style SSSSet Style file SSS
For Example: -styleC:\\StyleCss.txt
-t -text yy show differences within yy lines of conText
-vt View compare Together
-vv View compare split Vertical
yy defaults to 10, ie. -t8 or -text12
-w -white ignore all White space differences
-wl ignore Leading White space differences
-we ignore Embedded White space differences
-wt ignore Trailing White space differences

Documentation by Guiffy Software, Inc. 2011