Uncategorized OS X: Replace a string from multiple files 01/08/2015 admin find ./ -type f -exec sed -i '' -e "s/SEARCHTHIS/REPLACEWITTHIS/" {} \;