1
vote
4answers
47 views
Ignore non-matching lines
How can I make sed filter matching lines according to some expression, but ignore non-matching lines, instead of letting them slip?
As a real example, I want to run scala …
