Text is a sequence of characters that is most often used to represent a cohesive piece of information.

learn more… | top users | synonyms

2
votes
5answers
1k views
+50

grep the adb logcat & write the output to a text file

I want to grep the adb logcat & write the output to a text file. If I just do ./adb logcat > std.txt it writes the entire log to the text file & If I do ./adb logcat | grep ABC it ...