gpt4 book ai didi

linux - 如何使用销售脚本在格式为 key=value 的属性文件中搜索值?

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

<分区>

我需要在具有以下格式的文件中搜索值:

key1=value1
key2=value2

Note: the value can have spaces.

我需要用shell脚本获取key的值。

我有这个代码:

myfile="./app.properties"
keyToSearch="EXAMPLE"
value=""
if [ -f "$myfile" ]
then
echo "$myfile found."
#Search the keyToSearch and obtain the value.
else
echo "$myfile not found."
fi

如何搜索键并获取值?例如 while/do 或类似的。

谢谢!

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