shell 获得调用的python脚本的print值和错误log
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shell 获得调用的python脚本的print值和错误log相关的知识,希望对你有一定的参考价值。
1. shell 获得调用的python脚本的print值
python test.py > out.log
2.shell 获得调用的python脚本的错误log
python test.py 2> "err.txt"
以上是关于shell 获得调用的python脚本的print值和错误log的主要内容,如果未能解决你的问题,请参考以下文章
azkaban怎么在job里面直接调用python脚本啊,我调用shell脚本正常运行,调用python脚本没有运行