gpt4 book ai didi

linux - 如何向大列表添加前缀?

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

我想为 line.txt 中的每一行添加前缀。
示例:

line1
line2
line3

输出应该是:

--line1
--line2
--line3

我正在使用 cygwin 在 cmd 中执行 linux 命令:

sed -e 's/^/--/' line.txt > output.txt

但我收到此错误:

sed -e expression #1, char 0: no previous regular expression

该文件太大,无法使用 Excel 打开,因此我需要一种方法来从 cmd 中打开它。

最佳答案

由于某种原因,它不能与 Cygwin 一起使用,但我在 Virtualbox 上安装了 Linux,并且它可以使用原始命令:

sed -e 's/^/--/' line.txt > output.txt

感谢您的回答。

关于linux - 如何向大列表添加前缀?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26284193/

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