gpt4 book ai didi

regex - 在一个 sed 中匹配正负模式

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

我在制作 sed 命令时遇到问题,该命令会更改行,其中 =sometext=发生并将其更改为其他模式,但当 https 时不会执行此操作发生在该行。我不知道应该如何更改此命令:sed -i 's/=\([^=]*\)=/{{\1}}/g'

最佳答案

您需要阅读有关匹配行的 sed 手册:https://www.gnu.org/software/sed/manual/sed.html第4章:

The following command replaces the word ‘hello’ with ‘world’ only in lines not containing the word ‘apple’:

sed '/apple/!s/hello/world/' input.txt > output.txt

关于regex - 在一个 sed 中匹配正负模式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55047430/

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