Re: Editing particular lines of a text file.

2007-10-09 Thread Larry Bates
Shriphani wrote: > Hello all, > > I am trying to create a script that looks at specific strings in a > file like: > > msgid "I am a disco dancer." > > and compares the part in quotes to the keys in a dictionary, finds the > value and creates a new line right after this string in the file. I > ha

Re: Editing particular lines of a text file.

2007-10-09 Thread Tim Williams
On 09/10/2007, Shriphani <[EMAIL PROTECTED]> wrote: > Hello all, > > I am trying to create a script that looks at specific strings in a > file like: > > msgid "I am a disco dancer." > > and compares the part in quotes to the keys in a dictionary, finds the > value and creates a new line right after

Editing particular lines of a text file.

2007-10-09 Thread Shriphani
Hello all, I am trying to create a script that looks at specific strings in a file like: msgid "I am a disco dancer." and compares the part in quotes to the keys in a dictionary, finds the value and creates a new line right after this string in the file. I have planned to write this as follows: