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

And perl -pe or -ne ! :)


^ the moment you do anything even slightly non-trivial with sed, abandon it and use perl instead. for even simple regexes with a couple non-"match this char" segments I regularly see almost 100x speedup, it's rather crazy. it's also a LOT more portable in my experience because the regex engine is so much more capable and consistent, even across fairly major perl versions.




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

Search: