gpt4 book ai didi

Vim /塞德 : Delete Only Single Blank Lines

转载 作者:行者123 更新时间:2023-12-05 09:21:08 28 4
gpt4 key购买 nike

如何在 sed/vim 中删除个空行?

几个问题已经解决了 Deleting Blank Lines in ViM ,但是我想保留多个空白行(或作为单个空白行),以便:

this

kind

of


thing

成为

this
kind
of

thing

最佳答案

这个很好用:

:%s/^\n\(^\n\)*/\1/

关于 Vim /塞德 : Delete Only Single Blank Lines,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34049711/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com