shell提取json⽂件关键字
[
{
"outputType": {
properties是什么文件"type": "APK"
火柴人dojo},
"apkData": {
"type": "MAIN",
新浪博客恢复时间2022"splits": [],
"versionCode": 2019101910,
"versionName": "6.2.0_beta1",
"enabled": true,
"outputFile": "app-development-debug.apk",
"fullName": "developmentDebug",
"baseName": "development-debug"
},
"path": "app-development-debug.apk",
"properties": {}
}
]
以上是JSON ⽂件的内容
#!/bin/sh
jsonpath='/root/liuqi/output1.json'
appcode=''
if [ ! -f $jsonpath ];
then echo "file not exist"
exit 0
fi
while read line
do
#contain keywords
[[ $line =~ "versionCode" ]] && {
appcode=${line:15:10}
echo $appcode
}
done < $jsonpath
if [ ! -n :"$appcode" ]; then
ppt文本框设计# empty
exit 0
fi
html与css之间有什么关系echo $appcodespss怎么生成1到100的数字
以上是脚本
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论