kill -9 $(ps -A|awk '/进程名/{print $1}')我写了一句话 然后在cmd里面 sh *.sh 运行这个脚本的时候报错 awk notfound could not kill pid -9 :not such process然后我把上面那句改成 kill ps -ef|grep text2就报错 grep not found 这是怎么回事啊 not found grep 和awk 是怎么回事啊我是在adb shell下运行这个脚本的得怎么获取运行后程序的pid啊
添加回答
举报
0/150
提交
取消