gpt4 book ai didi

linux - 如何在 unix 中只删除 > [大于] 和 < [小于] 之间的一个换行符

转载 作者:太空宇宙 更新时间:2023-11-04 10:33:43 25 4
gpt4 key购买 nike

<分区>

让我们考虑以下格式的文本:

"this\n is >\n<"

我只想截断 > 和 < 之间的换行符,这将导致:

"this\n is ><"

如何实现?

我尝试使用以下方法:

echo "this\n is >\n<" | sed -e 's/>\n<//g'

echo "this\n is >\n<" | sed -e 's/>\\n</></g'

但他们都没有成功。天才头脑有什么建议吗?

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