Change EOL on multiple files in one go

后端 未结 7 1409
再見小時候
再見小時候 2020-11-29 19:34

Is there any way in Notepad++ (or even with another tool) to change the line ending automatically on multiple files in one go?

i.e. convert a mix of

7条回答
  •  一生所求
    2020-11-29 19:58

    The Replace dialog can handle extended characters like EOL. Just change "Search Mode" to "Extended", and you can work with EOL (\r\n in Windows or \n in Unix), tabs (\t), etc.

    You can also use the Find in Files tab of the dialog to do the replace across multiple files.

    Screenshot

提交回复
热议问题