我用adb shell ps|grep monkey 查看进程,提示"grep" 不是内部命令
加引号 adb shell "ps|grep monkey" 也不行
adb shell; ps|grep monkey 也查不出来
是我写的不对还是怎么回事