-bsf | verify subfolders match |
-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 prefix/suffix patterns supported) |
| For Example: -isclasses;images;.* |
-iase subs | ignore All SubFolders Except(separated by ";"s) (* Wildcard prefix/suffix patterns supported) |
| For Example: -iasesrc;docs;gui* |
-isyml | ignore Symbolic Links |
-if fils | ignore Files(separated by ";"s) (* Wildcard prefix/suffix patterns supported) |
| For Example: -ifGuiffy.jar;.#* |
-iafe fils | ignore All Files Except (separated by ";"s) (* Wildcard prefix/suffix patterns 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 | ignore modified Date and time (folder compares) |
-iz | 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 -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 |
-r -recursive | Show SubFolders (Recursively) |
-ra | Show Archive filetypes (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 |
-u nn | show differences in Unified Diff format within nn lines of conText |
| nn defaults to 5, ie. -u8 or -u12 |
-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 |
-wn | ignore EOL White space differences |
-x nn | eXpand the Jiffy minimum Blocks resynch |
| For Example: -x2 eXpands the variable resynch by 2 lines |