linux读取yaml文件的某个属性值时间:2021-12-03 16:55:16 trigger=$(cat test.yaml | grep "trigger" | awk '{print $2}') 该条命令的意思是:读取test.yaml文件中的trigger属性,并赋值给trigger