答: sed -i "s/<old_string>/<new_string>/g" `grep "<old_string>" -l <dir_or_wildcard_filename>
例如:
sed -i "s/jello/hello/g" `grep "jello" -l *.c