Search And Replace
Bash Skript von AskApache zum Suchen und Ersetzen in einem Folder - ok das geht auch mit TextMate oder BBedit, aber die Kommandozeile ist ja auch was feines;-)
This bash shell script searches in a directory you specify for any files containing a string and replaces that string with another string. It’s nice because it asks you if you would like to be prompted for each operation, or to run without user-input.

