Is there a way to diff files sentence-by-sentence instead of line-by-line?

前端 未结 2 1342
感情败类
感情败类 2021-02-20 13:06

Just trying to get diff to work better for certain kinds of documents. With LaTeX, for example, I might have a long paragraph that is strictly just one line, but I don\'t want t

2条回答
  •  囚心锁ツ
    2021-02-20 13:46

    wdiff will give you a word-by-word diff instead of line-by-line. I'm not aware of any sentence-by-sentence diff programs.

提交回复
热议问题