这里使用jq工具

安装检查

#安装EPEL源


sudo yum install -y epel-release


#查看下jq包是否存在
yum list jq


#安装jq
yum install jq
 

使用方法

​man jq​​查看帮助文档