Hello,
I have a directory with 50 .c files. I want to change "string1" in all
files to "string2".
Can anyone be kind to help me with a little script to do that?
I think one way is to write a "replace.sh" script. Then sh replace.sh would
do it.
I know
cd dir
.
mv "string1" "string2"
.
but can't manage it all.
Thanks very much for your help.
George