摘要: #加-u 关闭python输出的缓冲nohup python -u hello.py & tail nohup.out#-f tail不停的实时输出tail -f nohup.out``` ``` nohup python myfile.py > myout.out 2>&1 & #nohup的重定 阅读全文
posted @ 2019-04-27 13:27 王学长 阅读(596) 评论(0) 推荐(0)