gpt4 book ai didi

linux - 在 bash linux 中复制一行并粘贴 5 次

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

需要在 bash 中复制行的帮助..

**Input: (input.txt)**

http://localhost.com/123/test.png
http://localhost.com/456/test.png

所以这两行都应该在新文件中粘贴 5 次...所以我想得到这样的输出..

**Output: (output.txt)**

http://localhost.com/123/test.png
http://localhost.com/123/test.png
http://localhost.com/123/test.png
http://localhost.com/123/test.png
http://localhost.com/123/test.png
http://localhost.com/456/test.png
http://localhost.com/456/test.png
http://localhost.com/456/test.png
http://localhost.com/456/test.png
http://localhost.com/456/test.png

那么怎么可能呢?有人可以提供 shell 脚本来实现这一点吗..

谢谢

最佳答案

你可以使用这个:

 sed 'p;p;p;p' input.txt > output.txt

关于linux - 在 bash linux 中复制一行并粘贴 5 次,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26452106/

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