Windows-Server-2003/enduser/troubleshoot/bn/sr.pl

10 lines
92 B
Perl

while(<>)
{
while ( /DISTMAP/ )
{
s/DISTMAP/MPCPDD/;
}
print $_;
}