Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Is it possible in a sigle line command to change all text lines
for example in a file command.pf there are lines
source ../system.exe
source ../win.exe
i want to change them to
source ../../system.exe
source ../../win.exe
is it possible to make changes through single command line options
  • Comment on text substitution through single command line

Replies are listed 'Best First'.
Re: text substitution through single command line
by Corion (Patriarch) on Feb 23, 2006 at 12:30 UTC
Re: text substitution through single command line
by kwaping (Priest) on Feb 23, 2006 at 15:30 UTC
A reply falls below the community's threshold of quality. You may see it by logging in.