How to make sed remove lines not matched by a substitution

前端 未结 4 1981
生来不讨喜
生来不讨喜 2020-12-10 10:22

I basically want to do this:

cat file | grep \'\' | sed \'s///g\'

without having to

4条回答
提交回复
热议问题