How to do a diff in Python of two text files and ignore white space and blank lines?

后端 未结 0 735
伪装坚强ぢ
伪装坚强ぢ 2021-01-19 02:33

I can successfully compare two files using the Gnu diff command and the switch: --ignore-all-space.

I would now like to do the same in Pytho

相关标签:
回答
  • 消灭零回复
提交回复
热议问题