Re: Changing the String of the file at one shot.

2005-03-08 Thread David Storrs
On Tue, Mar 08, 2005 at 12:02:09PM +0100, John Doe wrote: > Am Dienstag, 8. März 2005 02.04 schrieb David Storrs: > > > >Suneel Kumar B wrote: > > > >: Can i > > > >: have an option by which i could open a file for both read and > > > >: write simultaneously > > The lite

Re: Changing the String of the file at one shot.

2005-03-08 Thread John Doe
Hello see inline comment Am Dienstag, 8. März 2005 02.04 schrieb David Storrs: > On Mon, Mar 07, 2005 at 11:00:49AM -0500, Wiggins d'Anconia wrote: > > Charles K. Clarkson wrote: > > >Suneel Kumar B wrote: > > >: I have a situation where in, iam updating a file by repla

Re: Changing the String of the file at one shot.

2005-03-08 Thread David Storrs
On Mon, Mar 07, 2005 at 11:00:49AM -0500, Wiggins d'Anconia wrote: > Charles K. Clarkson wrote: > >Suneel Kumar B wrote: > > > >: I have a situation where in, iam updating a file by replacing few > >: strings in some lines with another string. While doing this, Can i > >:

Re: Changing the String of the file at one shot.

2005-03-07 Thread John W. Krahn
Suneel Kumar B wrote: Hi Goodies, Hello, (Goodies???) I have a situation where in, iam updating a file by replacing few strings in some lines with another string. While doing this, Can i have an option by which i could open a file for both read and write simultaneously, so that i could search an

Re: Changing the String of the file at one shot.

2005-03-07 Thread Wiggins d'Anconia
Charles K. Clarkson wrote: Suneel Kumar B wrote: : Hi Goodies, Wow! We're a snack food! :) : I have a situation where in, iam updating a file by replacing few : strings in some lines with another string. While doing this, Can i : have an option by which i could open

RE: Changing the String of the file at one shot.

2005-03-07 Thread Charles K. Clarkson
Suneel Kumar B wrote: : Hi Goodies, Wow! We're a snack food! :) : I have a situation where in, iam updating a file by replacing few : strings in some lines with another string. While doing this, Can i : have an option by which i could open a file for both read a