Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That's not the same thing. The sed output will still keep lines not starting with x (just not replacing foo with bar in those) where grep will filter those out.


Yeah, Muphry's law at work. Corrected version:

   sed -n '/^x/s/foo/bar/gp' <input
This may be an inadvertent argument for the ‘connect simpler tools’ philosophy.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: