I am trying to change certain lines in multiple files (scattered in subfolders) without having to edit each file one by one. I was given by Chas. the following
perl -pi.bak -e 's{[^/]Css/Template.css}{/Css/Template.css}' *
and it worked like a charm but was wondering if this command or similar can be done recursively in one shot