gpt4 book ai didi

bash - 删除某个字符串后的所有内容

转载 作者:行者123 更新时间:2023-11-29 09:50:45 27 4
gpt4 key购买 nike

<分区>

虽然这将是一项简单的任务,但我遇到了一些麻烦。

示例输入

$ cat file.txt
Brown Potatoes with Cheese
Yellow Potatoes with Sugar and Cheese

我想使用 sed 删除字符串 with 之后的所有内容

所以输出是

Brown Potatoes 
Yellow Potatoes

我试过这个正则表达式,但它似乎不起作用。

sed -i -e "s/with.*//g" file.txt

我哪里出错了?

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