1. shell 获得调用的python脚本的print值
python test.py > out.log
2.shell 获得调用的python脚本的错误log
python test.py 2> "err.txt"
本文共 158 字,大约阅读时间需要 1 分钟。
1. shell 获得调用的python脚本的print值
python test.py > out.log
2.shell 获得调用的python脚本的错误log
python test.py 2> "err.txt"
转载于:https://www.cnblogs.com/lwmp/p/7680792.html