|
This takes two parameters $1 is the old value of word, $2 is the new value.
The code searches every file in the directory for the old string, if it finds the string in the file and the filename does not end in .svn - then it displays the whole file on the screen with the old word replaced by the new word.
|