gpt4 book ai didi

linux - 如何对文件中的特定行使用 sed

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

一个词有两个实例music在文件中。

Hello music
Goodbye music

如果我要使用 sed 替换 music 的一个实例只有哪里 grep Hello已应用,我需要添加什么到 sed命令?

当前 sed -i -e "s/$olmusic/$newmusic/g" file.txt替换文件中 $oldmusic 的每个实例,但我需要它只替换条件为 grep 的那个满足了。

最佳答案

我建议:

sed -i "/Hello/{s/$olmusic/$newmusic/}" file.txt

关于linux - 如何对文件中的特定行使用 sed,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40962820/

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