in reply to Re: Re: command lineIn place edit with a filter
in thread command lineIn place edit with a filter
use G;
Without additional options it'll glob the usual way, if you do it like this
it'll glob recursively.perl -MG=R -pi.bak -e"s#\bGPP\b#Arjun#i;" *.dsp
P.S.: You can install the module by PPM from http://jenda.krynicky.cz/perl
Jenda
Always code as if the guy who ends up maintaining your code
will be a violent psychopath who knows where you live.
-- Rick Osborne
Edit by castaway: Closed small tag in signature
|
|---|