in reply to
remove a specific character occuring in file using script
perl -pi -e 's|\"(\.\./version\.cmd)\"|$1|gi' a.txt
--C
Comment on
Re: remove a specific character occuring in file using script
Download
Code
In Section
Seekers of Perl Wisdom