-bxb | verify files match, byte-by-byte |
-bxt | verify files match, Text compare |
-c -case | ignore upper/lower Case differences |
-d -diffs | only show the Differences |
-enf spec | Encoding for 1st and 2nd files |
For Example: -enfUnicodeLittle | |
-en1 spec | Encoding for 1st files |
For Example: -en1UnicodeLittle | |
-en2 spec | Encoding for 2nd files |
For Example: -en2UnicodeLittle | |
-fxxx,yyy | ignore Field in columns xxx through yyy |
For Example: -f73,80 ignores columns 73 through 80 | |
May be specified twice for 2 fields | |
-h -help | display this Help message |
-is subs | ignore SubFolders(separated by ";"s) (* Wildcard supported) |
For Example: -isclasses;images;.* | |
-iase subs | ignore All SubFolders Except(separated by ";"s) (* Wildcard supported) |
For Example: -iasesrc;docs;gui* | |
-isyml | ignore Symbolic Links |
-if fils | ignore Files(separated by ";"s) (* Wildcard supported) |
For Example: -ifGuiffy.jar;.#* | |
-iafe fils | ignore All Files Except (separated by ";"s) (* Wildcard supported) |
For Example: -iafeGuiffy*;Jiff* | |
-it typs | ignore FileTypes(separated by ";"s) |
For Example: -it.jar;.zip | |
-iate typs | ignore All FileTypes Except(separated by ";"s) |
For Example: -iate.java;.html | |
-id | DO NOT ignore modified Date and time (folder compares) |
-iz | DO NOT ignore file Size (folder compares) |
-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 |
-nom -nomats | FolderCompare Show NO matching files |
-noa -noadds | FolderCompare Show NO files added |
-nod -nodels | FolderCompare Show NO files deleted |
-noc -nochgs | FolderCompare Show NO files changed |
-q RE | Quietly ignore changed, inserted or deleted lines matching regular expression RE |
ie. -q^[:blank:]*//.*$ | |
Upto 6 -q options are accumulated | |
-r -recursive | Show SubFolders (Recursively) |
-tab tt | expand tabs at tt spaces(applied for -f) |
tt defaults to 8, ie. -t4 | |
-t -text yy | show differences within yy lines of conText |
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 |
-x nn | eXpand the Jiffy minimum Blocks resynch |
For Example: -x2 eXpands the variable resynch by 2 lines |