tools

Quick tip: Replacing text with sed

Sometimes you may find yourself needing to replace multiple occurrences of some string or expression in one or more text files. Recently I found myself in one of those scenario's, which inspired this short post. The problem at hand was the fact that property declarations in a fairly large Objective-C…