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

前端 未结 15 2246
借酒劲吻你
借酒劲吻你 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:13

    You can use the cmp command in Solaris:

    cmp

    Compare two files, and if they differ, tells the first byte and line number where they differ.

提交回复
热议问题