> -----Original Message-----
> From: COLLINEAU Franck FTRD/DMI/TAM 
> [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, July 31, 2001 8:15 AM
> To: Perl (E-mail)
> Subject: substitution
> 
> 
> Hi!
> 
> I have a file where there is a line whitch begans by the 
> string "<CENTER>". I would like to remove the string 
> "<CENTER>" by nothing. How can i do ?

   perl -pe 's/^<CENTER>//' myfile

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to