gpt4 book ai didi

linux - 删除部分字符串 Bash

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

我读了Bash : extracting part of a string .

如果不是字符串中的所有匹配项,我怎么能做到这一点:

x=something
echo ${x ome}
^
what to put here to get "sthing"

如有任何其他建议,我们将不胜感激。

最佳答案

不对,第一个答案不对。所有比赛都将被删除。因此,答案是:

echo ${x//ome/}

(参见手册。)

关于linux - 删除部分字符串 Bash,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19578476/

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