Posts Tagged ‘regular expression’

New article – sed, the missing manual

This article describes sed, an excellent tool that I often use in shell scripts that I write. In the article I explain it’s most common features and also show some often overlooked features. You can find it here. Enjoy it!

sed – the missing manual

Table of contents Introduction Why sed rules? sed simple case – search and replace Search and replace with regular expressions sed‘s other half Generic sed command sed addresses Simple addressing, by line number Complex addressing Putting it all together IntroductionBACK TO TOC sed is an exceptionally powerful and often overlooked tool. Its most common use […]