Posted on Sunday, 31st May 2009 by Balazs
To do a recursive search and replace in a file system tree, the most effective way is to work directly on the file system. Using a tool like DreamWeaver is slow and cumbersome. Unix offers perl and find, which combined allow to do a search and replace recursively very easily. This implmentation is in perl, [...]
Tags: sed
Posted in Perl | Comments (Comments)