gpt4 book ai didi

bash - 如何使用shell脚本在文本文件中添加一个空行?

转载 作者:行者123 更新时间:2023-11-29 09:06:38 26 4
gpt4 key购买 nike

<分区>

这是我的代码; “test.txt”文件包含更多空行和除制表符之外的空白空间。我也想删除那个空白区域和空行,但在开始 st^ 之前我需要一个空行。怎么做?

sed "s/^[ ]*//" -i  test.txt
cat $2 > /tmp/tt.txt
sed '/^$/d' test.txt > /tmp/tt.txt
echo " " >> test.txt
echo " " >> /tmp/tt.txt
mv /tmp/tt.txt test.txt

我得到如下输出:

    st^flower
p^rose
p^jasmine
st^animals
p^bear
p^elephant

我想要这样的输出:

    st^flower
p^rose
p^jasmine

st^animals
p^bear
p^elephant

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