On Sunday 08 September 2002 09:11 am, nyec wrote:
> On Saturday 07 September 2002 05:37 pm, pelp wrote:
> > I was given a job to manipulate MIF files and decided to do the job in
> > PERL for it's powerful text manipulating capabilites. A MIF file is
> > another method to represent a FrameMaker file which contains all these
> > tags similar to html.
>
> How about something like this (from the command line):
> perl -p -i.bak -w -e 's/<FStrike Yes>//g' test.txt
>
> nyec
Oops. That solution example I gave leaves a blank line where "<FStrike Yes>"
was. Still early here. Try this:
perl -p -i.bak -w -e 's/<FStrike Yes>\n//g' test.txt
nyec
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]