3 #==============================================================================
4 # Name : find_replace_word
9 #==============================================================================
15 # sed -i -- "s/$old_word/$new_word/g" *
16 find $dir -type f
-exec sed -i "s/$old_word/$new_word/g" {} +