Posts

Showing posts from April 2, 2019

Only print output after finding pattern

Image
13 4 There's a script (let's call it echoer ) that prints to screen a bunch of information. I'd like to be able to only see lines after a pattern is found. I imagine the usage of a solution to look something like echoer | solution_command <pattern> Ideally pattern would be a regular expression, but hard value strings would be enough for me. echo printf share | improve this question edited Mar 28 at 10:02 user23146 asked Mar 28 at 9:39 user23146 user23146