scriptonia

Posts tagged bash

Jan 26 '12

Linux replace in multiple files


find . -name \*.haml -exec sed -i "s/OldWord/NewWord/" {} \;

9 notes View comments Tags: bash