$ sed -i 's/old_str/new_str/g' file* => change all strings "old_str" by "new_str" in all files whose name begins by "file"
En savoir plus »