in reply to Re: A text replacement question
in thread A text replacement question

Hmm, I'm not sure if that's exactly what he wants.. I think he is looking to add it multiple times (which would ofcourse only mean that the replacement part of the s/// changes into $1$1$1... (or $1 x 3) (for example).

simple, you should be able to use *.html as filename...

Small note, why do you use '-pn'? -p: print, -n: don't print... -p should do just fine

Replies are listed 'Best First'.
Re^3: A text replacement question
by Anonymous Monk on Feb 15, 2005 at 14:09 UTC
    hmm the more ive read on this the more im unsure of what the solution would look like. somewhere im expecting to see something that for each
    $1= *v* <v> gives code1 $1 code2 $1 and then so on for each *v* in each file... - (steamerboy)