Re: String replacement with sed

2004-09-03 Thread Giorgos Keramidas
On 2004-09-03 19:37, jd [EMAIL PROTECTED] wrote: I need to change a bunch of Analog config files; among other things change the location of IMAGEDIR. I made this simple script: #!/bin/sh for loop in `ls analog/*` do sed -e

Re: String replacement with sed

2004-09-03 Thread Alex de Kruijff
On Fri, Sep 03, 2004 at 07:37:08PM -0400, jd wrote: I need to change a bunch of Analog config files; among other things change the location of IMAGEDIR. I made this simple script: #!/bin/sh for loop in `ls analog/*` do sed -e