超越命令行比较

Beyond compare in command line

我在命令行中使用 Beyond Compare 4 与文件进行比较,这会生成具有差异的输出报告。但是,我无法显示差异的行号。我使用了以下脚本:

file-report layout:side-by-side options:display-mismatches output-to:%3 output-options:html-color,wrap-word %1 %2

请指教,如何在报表中显示行号。

使用行号报告选项在并排报告中包含行号。

file-report layout:side-by-side options:display-mismatches,line-numbers output-to:%3 output-options:html-color,wrap-word %1 %2

有关所有 file-report 选项的完整描述,请参阅 Beyond Compare 4's help file 中的 脚本参考 主题。