摘要:
cat old.log | grep "setAlpha" | awk -F: '{ print $4}' https://blog.csdn.net/qq_42580947/article/details/123044147 阅读全文
摘要:
可以现在build.sh中source 需要的config.sh配置文件,并export其中包含的变量。此时,变量在当前shell终端中生效。 Makefile中只用变量应为${VAL} https://blog.csdn.net/mouday/article/details/128966176 h 阅读全文