我想一次性在txt文档所有行的首尾添加字符

I want to add characters to the beginning and end of all lines in the txt document at once

我有一个超过 20 万行的 txt 文档。我想为所有回车 returns 添加不同的字符,为所有换行符添加不同的字符。我该怎么做?

使用 EMEditor 处理大数据文件。

  • 您可以 select 所有行,将它们拆分为单行。
  • 您将拥有多个游标,您将写入的任何内容都将写入所有游标。
  • 按 end 或 home 移动到行首或行尾。