Re: A SED script

2004-06-27 Thread antenneX
- Original Message - From: "Malcolm Kay" <[EMAIL PROTECTED]> To: "antenneX" <[EMAIL PROTECTED]>; "Giorgos Keramidas" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, June 26, 2004 10:35 PM Subject: Re: A SED s

Re: A SED script

2004-06-26 Thread Malcolm Kay
On Sunday 27 June 2004 07:49, antenneX wrote: > - Original Message - > From: "Giorgos Keramidas" <[EMAIL PROTECTED]> > To: "antenneX" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Saturday, June 26, 2004 1:40 PM > Subje

Re: A SED script

2004-06-26 Thread antenneX
- Original Message - From: "Giorgos Keramidas" <[EMAIL PROTECTED]> To: "antenneX" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, June 26, 2004 1:40 PM Subject: Re: A SED script > On 2004-06-26 12:08, antenneX <[EMAIL PROTECTED]>

Re: A SED script

2004-06-26 Thread Warren Block
On Sat, 26 Jun 2004, antenneX wrote: Running FBSD-4.10 Below is a portion of a script that uses sed(1) to change a portion of a line in a file. It works fone for that one. However, I cannot get it to work on another file (perl.pl file) to change the line: $OrderNumPrefix = "ATX060"; to $OrderNumPre

Re: A SED script

2004-06-26 Thread Giorgos Keramidas
On 2004-06-26 12:08, antenneX <[EMAIL PROTECTED]> wrote: > I cannot get it to work on another file (perl.pl file) to change the line: > $OrderNumPrefix = "ATX060"; to $OrderNumPrefix = "ATX070"; > > I suspect I'm not handling the quotes or other operators correctly and it > just ignores the change.

A SED script

2004-06-26 Thread antenneX
Running FBSD-4.10 Below is a portion of a script that uses sed(1) to change a portion of a line in a file. It works fone for that one. However, I cannot get it to work on another file (perl.pl file) to change the line: $OrderNumPrefix = "ATX060"; to $OrderNumPrefix = "ATX070"; I suspect I'm not