gpt4 book ai didi

linux - 如何使用 linux 命令删除新行

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

我有一个包含如下数据的文件:

text1, text2, text3,
text4
text5, text6, text7,
text8

我需要将 text4、text8 放在以逗号结尾的前一行。请问我怎样才能做到这一点?

编辑:请注意,我有数千行。我需要使流程自动化。

最佳答案

尝试以下 perl 命令:

$ perl -p -e 's/,\n/, /g' file
text1, text2, text3, text4
text5, text6, text7, text8

关于linux - 如何使用 linux 命令删除新行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14021478/

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