Re: search and replace in a file :: newbie help

2006-09-10 Thread techie2go
thanks , i got it -- http://mail.python.org/mailman/listinfo/python-list

Re: search and replace in a file :: newbie help

2006-09-09 Thread Peter Otten
techie2go wrote: > i m now updating an sql file > = > but the output is just > 2003-01-04 > and not > > insert into mobilebill values ('2003-01-04', 'OUT', '91804103253', 34, > 3.2); > > help me in this regard, what did i do wrong... You can find out yourself if you throw in so

search and replace in a file :: newbie help

2006-09-09 Thread techie2go
hi... i m now updating an sql file old file contains lines insert into mobilebill values ('Apr 01, 03', 'OUT', '91804103253', 34, 3.2); insert into mobilebill values ('Apr 01, 03', 'OUT', '91806392475', 84, 5.2); insert into mobilebill values ('Apr 01, 03', 'OUT', '918317048193', 76, 7.6); i want