windows-nt/Source/XPSP1/NT/enduser/troubleshoot/bn/sr.pl

10 lines
92 B
Perl
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
while(<>)
{
while ( /DISTMAP/ )
{
s/DISTMAP/MPCPDD/;
}
print $_;
}