tkdiff 如何忽略行结尾

发布于 2024-10-11 09:11:53 字数 157 浏览 5 评论 0原文

在unix平台上使用tkdiff,我尝试将首选项窗口中的空白选项修改为-w-b,这两者似乎都没有忽略回车符差异(unix /pc.)

-w 从命令行使用 diff。

任何想法将不胜感激。

Using tkdiff on unix platform, I've tried modifying whitespace option in the preferences window to be -w or -b, neither of which seem to ignore carriage return differences (unix/pc.)

-w works with diff from the command line.

Any thoughts would be greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ˉ厌 2024-10-18 09:11:53

有同样的问题,谷歌搜索让我来到这里,答案对我没有帮助。 tkdiff 在内部使用 diff 进行比较,因此花了几分钟尝试所有选项,包括 --strip-trailing-cr ,但这没有帮助。

这是有效的选项 -
使用 -B-w 使 tkdiff 忽略所有空格,包括空行。

tkdiff -w -B

Had the same problem, google search landed me here, and answer didn't help me. tkdiff uses diff internally for diffing, so spent few minutes trying all options including --strip-trailing-cr which doesn't help.

Here is options that works -
use -B along with -w to make tkdiff ignore all white spaces including blank lines.

tkdiff -w -B

小兔几 2024-10-18 09:11:53

如果您有 GNU diff,则可以使用 --strip-trailing-cr 选项。我不知道如何告诉 tkdiff 使用该选项。

If you have GNU diff, you can use the --strip-trailing-cr option. I don't know how to tell tkdiff to use that option.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文