嘿,我想知道是否有一种命令可以组织一个巨大的列表,例如下面:
之前:
hello:world
mars:jupiter
bomb:fire
water:earth
wind:cosmo
后:
hello
world
mars
jupiter
bomb
fire
water
earth
wind
cosmo
此示例说明了删除:
并在此字符后添加一行。我无法用手做,因为它包含超过12,000行
如果使用Notepad ++无法实现。然后欢迎其他工具。
答案 0 :(得分:1)
在扩展模式下使用find / replace,您可以在其中指定\ r \ n。即,将':'替换为'\ r \ n'。