shell 调用 python 脚本返回的字符串无法进行变量替换

鹿角胶2022-10-10  12

shell调用python脚本返回的字符串不能用变量替换。简介:test . py:print # 039;aaa $ var # 039test . shvar = 10 tmp = ' python test . py ' echo $ tmp想要的效果是:shtest.sh。
转载请注明原文地址:https://juke.outofmemory.cn/read/1988021.html

最新回复(0)