Generate a HTML report containing all the file lines

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vitaliys7
    New User
    • Apr 2017
    • 1

    Generate a HTML report containing all the file lines

    Hi, I am running "bcompare" from the Linux command line and while comparing 2 files I want to generate a report which contains all the lines : the ones which match and the ones which mismatch. To include only mismatching lines I provide "display-mismatches" option. What would the option to include every line in the report?
    Code:
    text-report layout:side-by-side &
    
     options:ignore-unimportant,display-mismatches,line-numbers &
    
     output-to:%3 output-options:html-color %1 %2
  • Aaron
    Team Scooter
    • Oct 2007
    • 16007

    #2
    "display-all"

    For a full list of arguments, you can check the Help menu -> Help file, Scripting Reference chapter at the bottom of the Contents list. In here is a link to the text-report and various options and order/syntax needed.

    display-all is also the default, so removing display-mismatches would also display everything.
    Aaron P Scooter Software

    Comment

    Working...