- Find and replace text in multiple files - As always, back up all files before doing this. In the regexp, remember to escape the necessary characters, e.g. slashes. Use the find command to list all files matching the criteria and pipe through xargs to perl to find and replace the text with a ...

