Using 'diff' (or anything else) to get character-level diff between text files

前端 未结 15 2218
借酒劲吻你
借酒劲吻你 2020-12-02 05:40

I\'d like to use \'diff\' to get a both line difference between and character difference. For example, consider:

File 1

abcde
ab         


        
15条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 06:11

    Here is an online text comparison tool: http://text-compare.com/

    It can highlight every single char that is different and continues compare the rest.

提交回复
热议问题