我的手机通过adb连接到电脑后,转到adb shell然后输入grep给我
grep: not found
这是我的adb安装或手机的问题吗?如何让grep为我的设备工作?
PS:这就是为什么我认为它可能与我的手机有问题(而不是adb安装)
https://stackoverflow.com/a/12143669/1693203
答案说
The grep utility may not be installed on your device.
但是,我可能误解了这一说法.我如何让grep工作?
最佳答案
默认情况下,您的设备上未安装grep命令.如果需要在设备中使用grep命令,可以交叉编译busyBox,然后在busyBox下调用grep.
原文链接:https://www.f2er.com/linux/440609.html但是,如果您使用的是Linux或Cygwin,则可以输出命令输出并使用PC中的grep来获得所需的结果,例如:
$adb shell ps |grep google
app_5 279 71 200212 30928 ffffffff 00000000 S com.google.process.gapps
app_66 481 71 122804 21632 ffffffff 00000000 S com.google.android.apps.maps
app_66 32311 71 120200 20916 ffffffff 00000000 S com.google.android.apps.maps:NetworkLocationService