Using grep and sed
Hi everyone. I'm having trouble using these commands to their full extent. Here is my problem: I'm dumping a log to the terminal and only want a specific set of lines that start with Code: V/ CONTENT ( [some number]): Code: ./adb logcat | grep CONTENT | sed -e 's/CONTENT ( [some number]):/ /g' |
No comments:
Post a Comment