-1
  1. I need to redirect output of "adb logcat"
  2. Also I need to filter this output. To show only text that contain text: com.myproject

So in Linux machine I use the next command in console:

adb logcat|grep com.myproject

And it's work fine. OK.

Now I need to do same on Windows 10 machine. Windows machine has no grep utility.

So, how I can do this in Windows?

P.S. Windows 10 machine is not my. I has no credentials to install anything.

1

1 Answer 1

1

You can install and use Cygwin, it gives you many Unix tools like grep

Sign up to request clarification or add additional context in comments.

3 Comments

This is not my machine. I has no credentials to install anything.
@lmdic Ok, you should search for grep alternative, maybe you find anything like this: stackoverflow.com/a/20846697/3678849
@RuNo280 Unfortunately findstr won't work with adb logcat.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.