Recursive Bulk Edit in Linux
https://stackoverflow.com/questions/930852
Question
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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow