in reply to $^I why this symbol does not work ?

You can use the following perl one liner for replacing words from a file
perl -p -i -e "s/<String to Find>/<String to replace>/g" <File Name>