摘要: ps -ef|grep spider_run.py|grep -v grep|cut -c 9-15|xargs kill -9 管道符"|"用来隔开两个命令,管道符左边命令的输出会作为管道符右边命令的输入。 "ps -ef" 是linux里查看所有进程的命令。 "grep spider_run.p 阅读全文
posted @ 2022-01-17 11:36 黑山老道 阅读(174) 评论(0) 推荐(0) 编辑