gpt4 book ai didi

linux - 删除代码源中文本前的数字

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

我有大约 10000 行这种格式:

1 text
2 text
3 text
...

现在,显然,我不想要文本前的数字,我认为有一种方法可以使用 linux 来解决这个问题,有人可以帮忙吗?

最佳答案

你可以像这样删除行号

sed -i 's/^[0-9]*\s*//' input.txt

关于linux - 删除代码源中文本前的数字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29698157/

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