I want to issue a logcat command to filter logs specifying a keyword (say apk). But I am facing an issue where the grep command is not recognized on one of my windows 7 PC. The same command works perfectly on other PC with same configuration.
Command issued on windows command prompt :
adb logcat | grep apk
Output :
'grep' is not recognized as an internal or external command,operable program or batch file.
Output of working setup :
01-01 00:00:41.212 1598 2192 W PackageParser: No actions in intent filter at /system/priv-app/GoogleRestore/GoogleRestore.apk Binary XML file line #94
01-01 00:00:41.228 1598 2193 W PackageParser: No actions in intent filter at /system/priv-app/Contacts/Contacts.apk Binary XML file line #443
Need help in knowing the delta between two PCs. And how can I get the same command working on other PC as well.